Html Css Color HEX #D85AB8 Fuchsia

📋 copy color: '#D85AB8'

red 216 ◦ green 90 ◦ blue 184

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

Shades of Fuchsia #D85AB8

Tints of Fuchsia #D85AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.55%

R = 44.08%
G = 18.37%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D85AB8 (or 0xD85AB8) is known color: Fuchsia. HEX triplet: D8, 5A and B8. RGB value is (216,90,184). Sum of RGB (Red+Green+Blue) = 216+90+184=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85AB8 is #27A547. Grayscale: #8A8A8A. Windows color (decimal): -2598216 or 12081880. OLE color: 12081880.

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

Color convert

RGB 216 90 184 -
CMYK 0 0.58 0.15 0.15
HSL 315.24º 0.62% 0.6% -
HSV(B) 315.24º 0.58% 0.85% -
XYZ 40.63 25.37 48.1 -
YUV 138.39 153.74 183.36 -
System Red Green Blue C M Y K H S L
Decimal 216 90 184 0 0.58 0.15 0.15 315.24 0.62 0.6
Hex D8 5A B8 0 3A F F 13B 3E 3C
Octal 330 132 270 0 72 17 17 473 76 74
Binary 11011000 1011010 10111000 0 111010 1111 1111 100111011 111110 111100

Color Harmonies of #D85AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85AB8

Black with #D85AB8

Text Example


Text Example

White with #D85AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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