Html Css Color HEX #D85DB7 Fuchsia

📋 copy color: '#D85DB7'

red 216 ◦ green 93 ◦ blue 183

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

Shades of Fuchsia #D85DB7

Tints of Fuchsia #D85DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.2%

R = 43.9%
G = 18.9%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D85DB7 (or 0xD85DB7) is known color: Fuchsia. HEX triplet: D8, 5D and B7. RGB value is (216,93,183). Sum of RGB (Red+Green+Blue) = 216+93+183=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85DB7 is #27A248. Grayscale: #8B8B8B. Windows color (decimal): -2597449 or 12017112. OLE color: 12017112.

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

Color convert

RGB 216 93 183 -
CMYK 0 0.57 0.15 0.15
HSL 316.1º 0.61% 0.61% -
HSV(B) 316.1º 0.57% 0.85% -
XYZ 40.78 25.85 47.64 -
YUV 140.04 152.25 182.18 -
System Red Green Blue C M Y K H S L
Decimal 216 93 183 0 0.57 0.15 0.15 316.1 0.61 0.61
Hex D8 5D B7 0 39 F F 13C 3D 3D
Octal 330 135 267 0 71 17 17 474 75 75
Binary 11011000 1011101 10110111 0 111001 1111 1111 100111100 111101 111101

Color Harmonies of #D85DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85DB7

Black with #D85DB7

Text Example


Text Example

White with #D85DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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