Html Css Color HEX #D85DB0 Fuchsia

📋 copy color: '#D85DB0'

red 216 ◦ green 93 ◦ blue 176

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

Shades of Fuchsia #D85DB0

Tints of Fuchsia #D85DB0

RGB

 RED value IS 216 (84.77% from 255) = 44.54%

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

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

R = 44.54%
G = 19.18%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D85DB0 (or 0xD85DB0) is known color: Fuchsia. HEX triplet: D8, 5D and B0. RGB value is (216,93,176). Sum of RGB (Red+Green+Blue) = 216+93+176=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85DB0 is #27A24F. Grayscale: #8B8B8B. Windows color (decimal): -2597456 or 11558360. OLE color: 11558360.

HSL color Cylindrical-coordinate representation of color #D85DB0: hue angle of 319.51º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85DB0 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 93 176 -
CMYK 0 0.57 0.19 0.15
HSL 319.51º 0.61% 0.61% -
HSV(B) 319.51º 0.57% 0.85% -
XYZ 40.07 25.56 43.9 -
YUV 139.24 148.75 182.75 -
System Red Green Blue C M Y K H S L
Decimal 216 93 176 0 0.57 0.19 0.15 319.51 0.61 0.61
Hex D8 5D B0 0 39 13 F 140 3D 3D
Octal 330 135 260 0 71 23 17 500 75 75
Binary 11011000 1011101 10110000 0 111001 10011 1111 101000000 111101 111101

Color Harmonies of #D85DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85DB0

Black with #D85DB0

Text Example


Text Example

White with #D85DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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