Html Css Color HEX #D85DB9 Fuchsia

📋 copy color: '#D85DB9'

red 216 ◦ green 93 ◦ blue 185

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

Shades of Fuchsia #D85DB9

Tints of Fuchsia #D85DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.45%

R = 43.72%
G = 18.83%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D85DB9 (or 0xD85DB9) is known color: Fuchsia. HEX triplet: D8, 5D and B9. RGB value is (216,93,185). Sum of RGB (Red+Green+Blue) = 216+93+185=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85DB9 is #27A246. Grayscale: #8C8C8C. Windows color (decimal): -2597447 or 12148184. OLE color: 12148184.

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

Color convert

RGB 216 93 185 -
CMYK 0 0.57 0.14 0.15
HSL 315.12º 0.61% 0.61% -
HSV(B) 315.12º 0.57% 0.85% -
XYZ 40.99 25.93 48.74 -
YUV 140.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 216 93 185 0 0.57 0.14 0.15 315.12 0.61 0.61
Hex D8 5D B9 0 39 E F 13B 3D 3D
Octal 330 135 271 0 71 16 17 473 75 75
Binary 11011000 1011101 10111001 0 111001 1110 1111 100111011 111101 111101

Color Harmonies of #D85DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85DB9

Black with #D85DB9

Text Example


Text Example

White with #D85DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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