Html Css Color HEX #D032CC Fuchsia

📋 copy color: '#D032CC'

red 208 ◦ green 50 ◦ blue 204

#D032CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D032CC

Tints of Fuchsia #D032CC

RGB

 RED value IS 208 (81.64% from 255) = 45.02%

 GREEN value IS 50 (19.92% from 255) = 10.82%

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 45.02%
G = 10.82%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D032CC (or 0xD032CC) is known color: Fuchsia. HEX triplet: D0, 32 and CC. RGB value is (208,50,204). Sum of RGB (Red+Green+Blue) = 208+50+204=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 50 (19.92% from 255 or 10.82% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D032CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D032CC is #2FCD33. Grayscale: #727272. Windows color (decimal): -3132724 or 13382352. OLE color: 13382352.

HSL color Cylindrical-coordinate representation of color #D032CC: hue angle of 301.52º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D032CC is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 50 204 -
CMYK 0 0.76 0.02 0.18
HSL 301.52º 0.63% 0.51% -
HSV(B) 301.52º 0.76% 0.82% -
XYZ 38.05 20.05 58.99 -
YUV 114.8 178.35 194.48 -
System Red Green Blue C M Y K H S L
Decimal 208 50 204 0 0.76 0.02 0.18 301.52 0.63 0.51
Hex D0 32 CC 0 4C 2 12 12E 3F 33
Octal 320 62 314 0 114 2 22 456 77 63
Binary 11010000 110010 11001100 0 1001100 10 10010 100101110 111111 110011

Color Harmonies of #D032CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D032CC

Black with #D032CC

Text Example


Text Example

White with #D032CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D032CC; }

 p { color: rgb(208,50,204); }

 H1.HeaderClassName
 {
   color: #D032CC;
 }
 .AnyTagClassName
 {
   color: #D032CC;
 }
</style>

background-color css

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

 a { background-color: rgb(208,50,204); }

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

border-color css

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

 span { border-color: rgb(208,50,204); }

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