Html Css Color HEX #D05EC9 Fuchsia

📋 copy color: '#D05EC9'

red 208 ◦ green 94 ◦ blue 201

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

Shades of Fuchsia #D05EC9

Tints of Fuchsia #D05EC9

RGB

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

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

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

R = 41.35%
G = 18.69%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D05EC9 (or 0xD05EC9) is known color: Fuchsia. HEX triplet: D0, 5E and C9. RGB value is (208,94,201). Sum of RGB (Red+Green+Blue) = 208+94+201=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D05EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05EC9 is #2FA136. Grayscale: #8B8B8B. Windows color (decimal): -3121463 or 13197008. OLE color: 13197008.

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

Color convert

RGB 208 94 201 -
CMYK 0 0.55 0.03 0.18
HSL 303.68º 0.55% 0.59% -
HSV(B) 303.68º 0.55% 0.82% -
XYZ 40.56 25.63 58.07 -
YUV 140.28 162.27 176.3 -
System Red Green Blue C M Y K H S L
Decimal 208 94 201 0 0.55 0.03 0.18 303.68 0.55 0.59
Hex D0 5E C9 0 37 3 12 130 37 3B
Octal 320 136 311 0 67 3 22 460 67 73
Binary 11010000 1011110 11001001 0 110111 11 10010 100110000 110111 111011

Color Harmonies of #D05EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05EC9

Black with #D05EC9

Text Example


Text Example

White with #D05EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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