Html Css Color HEX #D05ECC Fuchsia

📋 copy color: '#D05ECC'

red 208 ◦ green 94 ◦ blue 204

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

Shades of Fuchsia #D05ECC

Tints of Fuchsia #D05ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.58%

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

R = 41.11%
G = 18.58%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D05ECC (or 0xD05ECC) is known color: Fuchsia. HEX triplet: D0, 5E and CC. RGB value is (208,94,204). Sum of RGB (Red+Green+Blue) = 208+94+204=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D05ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05ECC is #2FA133. Grayscale: #8C8C8C. Windows color (decimal): -3121460 or 13393616. OLE color: 13393616.

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

Color convert

RGB 208 94 204 -
CMYK 0 0.55 0.02 0.18
HSL 302.11º 0.55% 0.59% -
HSV(B) 302.11º 0.55% 0.82% -
XYZ 40.91 25.77 59.95 -
YUV 140.63 163.77 176.06 -
System Red Green Blue C M Y K H S L
Decimal 208 94 204 0 0.55 0.02 0.18 302.11 0.55 0.59
Hex D0 5E CC 0 37 2 12 12E 37 3B
Octal 320 136 314 0 67 2 22 456 67 73
Binary 11010000 1011110 11001100 0 110111 10 10010 100101110 110111 111011

Color Harmonies of #D05ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05ECC

Black with #D05ECC

Text Example


Text Example

White with #D05ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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