#D352C4

Color #D352C4 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D352C4

Tints of Fuchsia #D352C4

Color information

#D352C4 (or 0xD352C4) is unknown color: approx Fuchsia. HEX triplet: D3, 52 and C4. RGB value is (211,82,196). Sum of RGB (Red+Green+Blue) = 211+82+196=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 211 - color contains mainly: red. Hex color #D352C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D352C4 is #2CAD3B. Grayscale: #858585. Windows color (decimal): -2927932 or 12866259. OLE color: 12866259.

HSL color Cylindrical-coordinate representation of color #D352C4: hue angle of 306.98º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D352C4 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB21182196-
CMYK00.610.070.17
HSL306.98º59.45%57.45%-
HSV(B)306.98º61.14%82.75%-
XYZ39.8523.8754.73-
YUV133.57163.24183.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 43.15%
GREEN value IS 82 (32.42% from 255) = 16.77%
BLUE value IS 196 (76.95% from 255) = 40.08%
R=43.15%
G=16.77%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118219600.610.070.17306.9859.4557.45
HexD352C403D7111333b39
Octal3231223040757214637371
Binary11010011101001011000100011110111110001100110011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D352C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D352C4; }

 p { color: rgb(211,82,196); }

 H1.HeaderClassName
 {
   color: #D352C4;
 }
 .AnyTagClassName
 {
   color: #D352C4;
 }
</style>
background-color css

<style>
 a { background-color: #D352C4; }

 a { background-color: rgb(211,82,196); }

 div.DivClassName
 {
   background-color: #D352C4;
 }
 .BgClassName
 {
   background-color: #D352C4;
 }
</style>
border-color css

<style>
 span { border-color: #D352C4; }

 span { border-color: rgb(211,82,196); }

 td.TdClassName
 {
   border-color: #D352C4;
 }
 .TagClassName
 {
   border-color: #D352C4;
 }
</style>