Html Css Color HEX #D85DBB Fuchsia

📋 copy color: '#D85DBB'

red 216 ◦ green 93 ◦ blue 187

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

Shades of Fuchsia #D85DBB

Tints of Fuchsia #D85DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.7%

R = 43.55%
G = 18.75%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D85DBB (or 0xD85DBB) is known color: Fuchsia. HEX triplet: D8, 5D and BB. RGB value is (216,93,187). Sum of RGB (Red+Green+Blue) = 216+93+187=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85DBB is #27A244. Grayscale: #8C8C8C. Windows color (decimal): -2597445 or 12279256. OLE color: 12279256.

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

Color convert

RGB 216 93 187 -
CMYK 0 0.57 0.13 0.15
HSL 314.15º 0.61% 0.61% -
HSV(B) 314.15º 0.57% 0.85% -
XYZ 41.2 26.02 49.86 -
YUV 140.49 154.25 181.86 -
System Red Green Blue C M Y K H S L
Decimal 216 93 187 0 0.57 0.13 0.15 314.15 0.61 0.61
Hex D8 5D BB 0 39 D F 13A 3D 3D
Octal 330 135 273 0 71 15 17 472 75 75
Binary 11011000 1011101 10111011 0 111001 1101 1111 100111010 111101 111101

Color Harmonies of #D85DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85DBB

Black with #D85DBB

Text Example


Text Example

White with #D85DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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