Html Css Color HEX #D05DB2 Fuchsia

📋 copy color: '#D05DB2'

red 208 ◦ green 93 ◦ blue 178

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

Shades of Fuchsia #D05DB2

Tints of Fuchsia #D05DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.16%

R = 43.42%
G = 19.42%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D05DB2 (or 0xD05DB2) is known color: Fuchsia. HEX triplet: D0, 5D and B2. RGB value is (208,93,178). Sum of RGB (Red+Green+Blue) = 208+93+178=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05DB2 is #2FA24D. Grayscale: #888888. Windows color (decimal): -3121742 or 11689424. OLE color: 11689424.

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

Color convert

RGB 208 93 178 -
CMYK 0 0.55 0.14 0.18
HSL 315.65º 0.55% 0.59% -
HSV(B) 315.65º 0.55% 0.82% -
XYZ 37.96 24.45 44.84 -
YUV 137.08 151.1 178.59 -
System Red Green Blue C M Y K H S L
Decimal 208 93 178 0 0.55 0.14 0.18 315.65 0.55 0.59
Hex D0 5D B2 0 37 E 12 13C 37 3B
Octal 320 135 262 0 67 16 22 474 67 73
Binary 11010000 1011101 10110010 0 110111 1110 10010 100111100 110111 111011

Color Harmonies of #D05DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05DB2

Black with #D05DB2

Text Example


Text Example

White with #D05DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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