Html Css Color HEX #D85EB8 Fuchsia

📋 copy color: '#D85EB8'

red 216 ◦ green 94 ◦ blue 184

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

Shades of Fuchsia #D85EB8

Tints of Fuchsia #D85EB8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.03%

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

R = 43.72%
G = 19.03%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D85EB8 (or 0xD85EB8) is known color: Fuchsia. HEX triplet: D8, 5E and B8. RGB value is (216,94,184). Sum of RGB (Red+Green+Blue) = 216+94+184=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D85EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85EB8 is #27A147. Grayscale: #8C8C8C. Windows color (decimal): -2597192 or 12082904. OLE color: 12082904.

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

Color convert

RGB 216 94 184 -
CMYK 0 0.56 0.15 0.15
HSL 315.74º 0.61% 0.61% -
HSV(B) 315.74º 0.56% 0.85% -
XYZ 40.97 26.07 48.22 -
YUV 140.74 152.42 181.68 -
System Red Green Blue C M Y K H S L
Decimal 216 94 184 0 0.56 0.15 0.15 315.74 0.61 0.61
Hex D8 5E B8 0 38 F F 13C 3D 3D
Octal 330 136 270 0 70 17 17 474 75 75
Binary 11011000 1011110 10111000 0 111000 1111 1111 100111100 111101 111101

Color Harmonies of #D85EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85EB8

Black with #D85EB8

Text Example


Text Example

White with #D85EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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