Html Css Color HEX #D04CC9 Fuchsia

📋 copy color: '#D04CC9'

red 208 ◦ green 76 ◦ blue 201

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

Shades of Fuchsia #D04CC9

Tints of Fuchsia #D04CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.44%

R = 42.89%
G = 15.67%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D04CC9 (or 0xD04CC9) is known color: Fuchsia. HEX triplet: D0, 4C and C9. RGB value is (208,76,201). Sum of RGB (Red+Green+Blue) = 208+76+201=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CC9 is #2FB336. Grayscale: #818181. Windows color (decimal): -3126071 or 13192400. OLE color: 13192400.

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

Color convert

RGB 208 76 201 -
CMYK 0 0.63 0.03 0.18
HSL 303.18º 0.58% 0.56% -
HSV(B) 303.18º 0.63% 0.82% -
XYZ 39.14 22.8 57.6 -
YUV 129.72 168.23 183.84 -
System Red Green Blue C M Y K H S L
Decimal 208 76 201 0 0.63 0.03 0.18 303.18 0.58 0.56
Hex D0 4C C9 0 3F 3 12 12F 3A 38
Octal 320 114 311 0 77 3 22 457 72 70
Binary 11010000 1001100 11001001 0 111111 11 10010 100101111 111010 111000

Color Harmonies of #D04CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CC9

Black with #D04CC9

Text Example


Text Example

White with #D04CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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