Html Css Color HEX #D040CC Fuchsia

📋 copy color: '#D040CC'

red 208 ◦ green 64 ◦ blue 204

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

Shades of Fuchsia #D040CC

Tints of Fuchsia #D040CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.45%

 BLUE value IS 204 (80.08% from 255) = 42.86%

R = 43.7%
G = 13.45%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D040CC (or 0xD040CC) is known color: Fuchsia. HEX triplet: D0, 40 and CC. RGB value is (208,64,204). Sum of RGB (Red+Green+Blue) = 208+64+204=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D040CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040CC is #2FBF33. Grayscale: #7A7A7A. Windows color (decimal): -3129140 or 13385936. OLE color: 13385936.

HSL color Cylindrical-coordinate representation of color #D040CC: hue angle of 301.67º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D040CC is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 64 204 -
CMYK 0 0.69 0.02 0.18
HSL 301.67º 0.61% 0.53% -
HSV(B) 301.67º 0.69% 0.82% -
XYZ 38.74 21.44 59.22 -
YUV 123.02 173.71 188.62 -
System Red Green Blue C M Y K H S L
Decimal 208 64 204 0 0.69 0.02 0.18 301.67 0.61 0.53
Hex D0 40 CC 0 45 2 12 12E 3D 35
Octal 320 100 314 0 105 2 22 456 75 65
Binary 11010000 1000000 11001100 0 1000101 10 10010 100101110 111101 110101

Color Harmonies of #D040CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040CC

Black with #D040CC

Text Example


Text Example

White with #D040CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040CC; }

 p { color: rgb(208,64,204); }

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

background-color css

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

 a { background-color: rgb(208,64,204); }

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

border-color css

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

 span { border-color: rgb(208,64,204); }

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