Html Css Color HEX #D05ECB Fuchsia

📋 copy color: '#D05ECB'

red 208 ◦ green 94 ◦ blue 203

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

Shades of Fuchsia #D05ECB

Tints of Fuchsia #D05ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.2%

R = 41.19%
G = 18.61%
B = 40.2%

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

#D05ECB (or 0xD05ECB) is known color: Fuchsia. HEX triplet: D0, 5E and CB. RGB value is (208,94,203). Sum of RGB (Red+Green+Blue) = 208+94+203=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D05ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05ECB is #2FA134. Grayscale: #8C8C8C. Windows color (decimal): -3121461 or 13328080. OLE color: 13328080.

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

Color convert

RGB 208 94 203 -
CMYK 0 0.55 0.02 0.18
HSL 302.63º 0.55% 0.59% -
HSV(B) 302.63º 0.55% 0.82% -
XYZ 40.79 25.73 59.32 -
YUV 140.51 163.27 176.14 -
System Red Green Blue C M Y K H S L
Decimal 208 94 203 0 0.55 0.02 0.18 302.63 0.55 0.59
Hex D0 5E CB 0 37 2 12 12F 37 3B
Octal 320 136 313 0 67 2 22 457 67 73
Binary 11010000 1011110 11001011 0 110111 10 10010 100101111 110111 111011

Color Harmonies of #D05ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05ECB

Black with #D05ECB

Text Example


Text Example

White with #D05ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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