Html Css Color HEX #D85ABB Fuchsia

📋 copy color: '#D85ABB'

red 216 ◦ green 90 ◦ blue 187

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

Shades of Fuchsia #D85ABB

Tints of Fuchsia #D85ABB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.26%

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

R = 43.81%
G = 18.26%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D85ABB (or 0xD85ABB) is known color: Fuchsia. HEX triplet: D8, 5A and BB. RGB value is (216,90,187). Sum of RGB (Red+Green+Blue) = 216+90+187=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D85ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85ABB is #27A544. Grayscale: #8A8A8A. Windows color (decimal): -2598213 or 12278488. OLE color: 12278488.

HSL color Cylindrical-coordinate representation of color #D85ABB: hue angle of 313.81º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85ABB is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 90 187 -
CMYK 0 0.58 0.13 0.15
HSL 313.81º 0.62% 0.6% -
HSV(B) 313.81º 0.58% 0.85% -
XYZ 40.94 25.5 49.78 -
YUV 138.73 155.24 183.11 -
System Red Green Blue C M Y K H S L
Decimal 216 90 187 0 0.58 0.13 0.15 313.81 0.62 0.6
Hex D8 5A BB 0 3A D F 13A 3E 3C
Octal 330 132 273 0 72 15 17 472 76 74
Binary 11011000 1011010 10111011 0 111010 1101 1111 100111010 111110 111100

Color Harmonies of #D85ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85ABB

Black with #D85ABB

Text Example


Text Example

White with #D85ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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