Html Css Color HEX #D04CC2 Fuchsia

📋 copy color: '#D04CC2'

red 208 ◦ green 76 ◦ blue 194

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

Shades of Fuchsia #D04CC2

Tints of Fuchsia #D04CC2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.9%

 BLUE value IS 194 (76.17% from 255) = 40.59%

R = 43.51%
G = 15.9%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D04CC2 (or 0xD04CC2) is known color: Fuchsia. HEX triplet: D0, 4C and C2. RGB value is (208,76,194). Sum of RGB (Red+Green+Blue) = 208+76+194=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CC2 is #2FB33D. Grayscale: #808080. Windows color (decimal): -3126078 or 12733648. OLE color: 12733648.

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

Color convert

RGB 208 76 194 -
CMYK 0 0.63 0.07 0.18
HSL 306.36º 0.58% 0.56% -
HSV(B) 306.36º 0.63% 0.82% -
XYZ 38.33 22.47 53.36 -
YUV 128.92 164.73 184.41 -
System Red Green Blue C M Y K H S L
Decimal 208 76 194 0 0.63 0.07 0.18 306.36 0.58 0.56
Hex D0 4C C2 0 3F 7 12 132 3A 38
Octal 320 114 302 0 77 7 22 462 72 70
Binary 11010000 1001100 11000010 0 111111 111 10010 100110010 111010 111000

Color Harmonies of #D04CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CC2

Black with #D04CC2

Text Example


Text Example

White with #D04CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CC2; }

 p { color: rgb(208,76,194); }

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

background-color css

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

 a { background-color: rgb(208,76,194); }

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

border-color css

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

 span { border-color: rgb(208,76,194); }

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