Html Css Color HEX #D85AB0 Fuchsia

📋 copy color: '#D85AB0'

red 216 ◦ green 90 ◦ blue 176

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

Shades of Fuchsia #D85AB0

Tints of Fuchsia #D85AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.51%

R = 44.81%
G = 18.67%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D85AB0 (or 0xD85AB0) is known color: Fuchsia. HEX triplet: D8, 5A and B0. RGB value is (216,90,176). Sum of RGB (Red+Green+Blue) = 216+90+176=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85AB0 is #27A54F. Grayscale: #898989. Windows color (decimal): -2598224 or 11557592. OLE color: 11557592.

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

Color convert

RGB 216 90 176 -
CMYK 0 0.58 0.19 0.15
HSL 319.05º 0.62% 0.6% -
HSV(B) 319.05º 0.58% 0.85% -
XYZ 39.81 25.05 43.81 -
YUV 137.48 149.74 184.01 -
System Red Green Blue C M Y K H S L
Decimal 216 90 176 0 0.58 0.19 0.15 319.05 0.62 0.6
Hex D8 5A B0 0 3A 13 F 13F 3E 3C
Octal 330 132 260 0 72 23 17 477 76 74
Binary 11011000 1011010 10110000 0 111010 10011 1111 100111111 111110 111100

Color Harmonies of #D85AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85AB0

Black with #D85AB0

Text Example


Text Example

White with #D85AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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