Html Css Color HEX #D85EB0 Fuchsia

📋 copy color: '#D85EB0'

red 216 ◦ green 94 ◦ blue 176

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

Shades of Fuchsia #D85EB0

Tints of Fuchsia #D85EB0

RGB

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

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

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

R = 44.44%
G = 19.34%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D85EB0 (or 0xD85EB0) is known color: Fuchsia. HEX triplet: D8, 5E and B0. RGB value is (216,94,176). Sum of RGB (Red+Green+Blue) = 216+94+176=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D85EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85EB0 is #27A14F. Grayscale: #8B8B8B. Windows color (decimal): -2597200 or 11558616. OLE color: 11558616.

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

Color convert

RGB 216 94 176 -
CMYK 0 0.56 0.19 0.15
HSL 319.67º 0.61% 0.61% -
HSV(B) 319.67º 0.56% 0.85% -
XYZ 40.16 25.74 43.93 -
YUV 139.83 148.42 182.33 -
System Red Green Blue C M Y K H S L
Decimal 216 94 176 0 0.56 0.19 0.15 319.67 0.61 0.61
Hex D8 5E B0 0 38 13 F 140 3D 3D
Octal 330 136 260 0 70 23 17 500 75 75
Binary 11011000 1011110 10110000 0 111000 10011 1111 101000000 111101 111101

Color Harmonies of #D85EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85EB0

Black with #D85EB0

Text Example


Text Example

White with #D85EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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