Html Css Color HEX #D04CCD Fuchsia

📋 copy color: '#D04CCD'

red 208 ◦ green 76 ◦ blue 205

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

Shades of Fuchsia #D04CCD

Tints of Fuchsia #D04CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 42.54%
G = 15.54%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D04CCD (or 0xD04CCD) is known color: Fuchsia. HEX triplet: D0, 4C and CD. RGB value is (208,76,205). Sum of RGB (Red+Green+Blue) = 208+76+205=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CCD is #2FB332. Grayscale: #818181. Windows color (decimal): -3126067 or 13454544. OLE color: 13454544.

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

Color convert

RGB 208 76 205 -
CMYK 0 0.63 0.01 0.18
HSL 301.36º 0.58% 0.56% -
HSV(B) 301.36º 0.63% 0.82% -
XYZ 39.62 22.99 60.11 -
YUV 130.17 170.23 183.51 -
System Red Green Blue C M Y K H S L
Decimal 208 76 205 0 0.63 0.01 0.18 301.36 0.58 0.56
Hex D0 4C CD 0 3F 1 12 12D 3A 38
Octal 320 114 315 0 77 1 22 455 72 70
Binary 11010000 1001100 11001101 0 111111 1 10010 100101101 111010 111000

Color Harmonies of #D04CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CCD

Black with #D04CCD

Text Example


Text Example

White with #D04CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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