Html Css Color HEX #D02CC8 Fuchsia

📋 copy color: '#D02CC8'

red 208 ◦ green 44 ◦ blue 200

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

Shades of Fuchsia #D02CC8

Tints of Fuchsia #D02CC8

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.73%

 BLUE value IS 200 (78.52% from 255) = 44.25%

R = 46.02%
G = 9.73%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D02CC8 (or 0xD02CC8) is known color: Fuchsia. HEX triplet: D0, 2C and C8. RGB value is (208,44,200). Sum of RGB (Red+Green+Blue) = 208+44+200=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 44 (17.58% from 255 or 9.73% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D02CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02CC8 is #2FD337. Grayscale: #6E6E6E. Windows color (decimal): -3134264 or 13118672. OLE color: 13118672.

HSL color Cylindrical-coordinate representation of color #D02CC8: hue angle of 302.93º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02CC8 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 44 200 -
CMYK 0 0.79 0.04 0.18
HSL 302.93º 0.65% 0.49% -
HSV(B) 302.93º 0.79% 0.82% -
XYZ 37.34 19.38 56.42 -
YUV 110.82 178.33 197.32 -
System Red Green Blue C M Y K H S L
Decimal 208 44 200 0 0.79 0.04 0.18 302.93 0.65 0.49
Hex D0 2C C8 0 4F 4 12 12F 41 31
Octal 320 54 310 0 117 4 22 457 101 61
Binary 11010000 101100 11001000 0 1001111 100 10010 100101111 1000001 110001

Color Harmonies of #D02CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02CC8

Black with #D02CC8

Text Example


Text Example

White with #D02CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02CC8; }

 p { color: rgb(208,44,200); }

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

background-color css

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

 a { background-color: rgb(208,44,200); }

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

border-color css

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

 span { border-color: rgb(208,44,200); }

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