Html Css Color HEX #D05DB0 Fuchsia

📋 copy color: '#D05DB0'

red 208 ◦ green 93 ◦ blue 176

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

Shades of Fuchsia #D05DB0

Tints of Fuchsia #D05DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.9%

R = 43.61%
G = 19.5%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D05DB0 (or 0xD05DB0) is known color: Fuchsia. HEX triplet: D0, 5D and B0. RGB value is (208,93,176). Sum of RGB (Red+Green+Blue) = 208+93+176=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05DB0 is #2FA24F. Grayscale: #888888. Windows color (decimal): -3121744 or 11558352. OLE color: 11558352.

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

Color convert

RGB 208 93 176 -
CMYK 0 0.55 0.15 0.18
HSL 316.7º 0.55% 0.59% -
HSV(B) 316.7º 0.55% 0.82% -
XYZ 37.76 24.37 43.79 -
YUV 136.85 150.1 178.75 -
System Red Green Blue C M Y K H S L
Decimal 208 93 176 0 0.55 0.15 0.18 316.7 0.55 0.59
Hex D0 5D B0 0 37 F 12 13D 37 3B
Octal 320 135 260 0 67 17 22 475 67 73
Binary 11010000 1011101 10110000 0 110111 1111 10010 100111101 110111 111011

Color Harmonies of #D05DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05DB0

Black with #D05DB0

Text Example


Text Example

White with #D05DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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