Html Css Color HEX #D05DCE Fuchsia

📋 copy color: '#D05DCE'

red 208 ◦ green 93 ◦ blue 206

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

Shades of Fuchsia #D05DCE

Tints of Fuchsia #D05DCE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.34%

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 41.03%
G = 18.34%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D05DCE (or 0xD05DCE) is known color: Fuchsia. HEX triplet: D0, 5D and CE. RGB value is (208,93,206). Sum of RGB (Red+Green+Blue) = 208+93+206=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05DCE is #2FA231. Grayscale: #8B8B8B. Windows color (decimal): -3121714 or 13524432. OLE color: 13524432.

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

Color convert

RGB 208 93 206 -
CMYK 0 0.55 0.01 0.18
HSL 301.04º 0.55% 0.59% -
HSV(B) 301.04º 0.55% 0.82% -
XYZ 41.07 25.69 61.19 -
YUV 140.27 165.1 176.31 -
System Red Green Blue C M Y K H S L
Decimal 208 93 206 0 0.55 0.01 0.18 301.04 0.55 0.59
Hex D0 5D CE 0 37 1 12 12D 37 3B
Octal 320 135 316 0 67 1 22 455 67 73
Binary 11010000 1011101 11001110 0 110111 1 10010 100101101 110111 111011

Color Harmonies of #D05DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05DCE

Black with #D05DCE

Text Example


Text Example

White with #D05DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05DCE; }

 p { color: rgb(208,93,206); }

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

background-color css

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

 a { background-color: rgb(208,93,206); }

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

border-color css

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

 span { border-color: rgb(208,93,206); }

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