Html Css Color HEX #D04CC6 Fuchsia

📋 copy color: '#D04CC6'

red 208 ◦ green 76 ◦ blue 198

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

Shades of Fuchsia #D04CC6

Tints of Fuchsia #D04CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.08%

R = 43.15%
G = 15.77%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D04CC6 (or 0xD04CC6) is known color: Fuchsia. HEX triplet: D0, 4C and C6. RGB value is (208,76,198). Sum of RGB (Red+Green+Blue) = 208+76+198=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CC6 is #2FB339. Grayscale: #818181. Windows color (decimal): -3126074 or 12995792. OLE color: 12995792.

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

Color convert

RGB 208 76 198 -
CMYK 0 0.63 0.05 0.18
HSL 304.55º 0.58% 0.56% -
HSV(B) 304.55º 0.63% 0.82% -
XYZ 38.79 22.66 55.75 -
YUV 129.38 166.73 184.08 -
System Red Green Blue C M Y K H S L
Decimal 208 76 198 0 0.63 0.05 0.18 304.55 0.58 0.56
Hex D0 4C C6 0 3F 5 12 131 3A 38
Octal 320 114 306 0 77 5 22 461 72 70
Binary 11010000 1001100 11000110 0 111111 101 10010 100110001 111010 111000

Color Harmonies of #D04CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CC6

Black with #D04CC6

Text Example


Text Example

White with #D04CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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