Html Css Color HEX #D02CC5 Fuchsia

📋 copy color: '#D02CC5'

red 208 ◦ green 44 ◦ blue 197

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

Shades of Fuchsia #D02CC5

Tints of Fuchsia #D02CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.88%

R = 46.33%
G = 9.8%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D02CC5 (or 0xD02CC5) is known color: Fuchsia. HEX triplet: D0, 2C and C5. RGB value is (208,44,197). Sum of RGB (Red+Green+Blue) = 208+44+197=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D02CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02CC5 is #2FD33A. Grayscale: #6E6E6E. Windows color (decimal): -3134267 or 12922064. OLE color: 12922064.

HSL color Cylindrical-coordinate representation of color #D02CC5: hue angle of 304.02º 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 #D02CC5 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 44 197 -
CMYK 0 0.79 0.05 0.18
HSL 304.02º 0.65% 0.49% -
HSV(B) 304.02º 0.79% 0.82% -
XYZ 36.99 19.24 54.59 -
YUV 110.48 176.83 197.56 -
System Red Green Blue C M Y K H S L
Decimal 208 44 197 0 0.79 0.05 0.18 304.02 0.65 0.49
Hex D0 2C C5 0 4F 5 12 130 41 31
Octal 320 54 305 0 117 5 22 460 101 61
Binary 11010000 101100 11000101 0 1001111 101 10010 100110000 1000001 110001

Color Harmonies of #D02CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02CC5

Black with #D02CC5

Text Example


Text Example

White with #D02CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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