Html Css Color HEX #D85DB5 Fuchsia

📋 copy color: '#D85DB5'

red 216 ◦ green 93 ◦ blue 181

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

Shades of Fuchsia #D85DB5

Tints of Fuchsia #D85DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.94%

R = 44.08%
G = 18.98%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D85DB5 (or 0xD85DB5) is known color: Fuchsia. HEX triplet: D8, 5D and B5. RGB value is (216,93,181). Sum of RGB (Red+Green+Blue) = 216+93+181=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85DB5 is #27A24A. Grayscale: #8B8B8B. Windows color (decimal): -2597451 or 11886040. OLE color: 11886040.

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

Color convert

RGB 216 93 181 -
CMYK 0 0.57 0.16 0.15
HSL 317.07º 0.61% 0.61% -
HSV(B) 317.07º 0.57% 0.85% -
XYZ 40.57 25.76 46.55 -
YUV 139.81 151.25 182.34 -
System Red Green Blue C M Y K H S L
Decimal 216 93 181 0 0.57 0.16 0.15 317.07 0.61 0.61
Hex D8 5D B5 0 39 10 F 13D 3D 3D
Octal 330 135 265 0 71 20 17 475 75 75
Binary 11011000 1011101 10110101 0 111001 10000 1111 100111101 111101 111101

Color Harmonies of #D85DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85DB5

Black with #D85DB5

Text Example


Text Example

White with #D85DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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