Html Css Color HEX #D85DB6 Fuchsia

📋 copy color: '#D85DB6'

red 216 ◦ green 93 ◦ blue 182

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

Shades of Fuchsia #D85DB6

Tints of Fuchsia #D85DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.07%

R = 43.99%
G = 18.94%
B = 37.07%

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

#D85DB6 (or 0xD85DB6) is known color: Fuchsia. HEX triplet: D8, 5D and B6. RGB value is (216,93,182). Sum of RGB (Red+Green+Blue) = 216+93+182=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85DB6 is #27A249. Grayscale: #8B8B8B. Windows color (decimal): -2597450 or 11951576. OLE color: 11951576.

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

Color convert

RGB 216 93 182 -
CMYK 0 0.57 0.16 0.15
HSL 316.59º 0.61% 0.61% -
HSV(B) 316.59º 0.57% 0.85% -
XYZ 40.68 25.81 47.09 -
YUV 139.92 151.75 182.26 -
System Red Green Blue C M Y K H S L
Decimal 216 93 182 0 0.57 0.16 0.15 316.59 0.61 0.61
Hex D8 5D B6 0 39 10 F 13D 3D 3D
Octal 330 135 266 0 71 20 17 475 75 75
Binary 11011000 1011101 10110110 0 111001 10000 1111 100111101 111101 111101

Color Harmonies of #D85DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85DB6

Black with #D85DB6

Text Example


Text Example

White with #D85DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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