Html Css Color HEX #D85EBA Fuchsia

📋 copy color: '#D85EBA'

red 216 ◦ green 94 ◦ blue 186

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

Shades of Fuchsia #D85EBA

Tints of Fuchsia #D85EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.5%

R = 43.55%
G = 18.95%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D85EBA (or 0xD85EBA) is known color: Fuchsia. HEX triplet: D8, 5E and BA. RGB value is (216,94,186). Sum of RGB (Red+Green+Blue) = 216+94+186=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D85EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85EBA is #27A145. Grayscale: #8C8C8C. Windows color (decimal): -2597190 or 12213976. OLE color: 12213976.

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

Color convert

RGB 216 94 186 -
CMYK 0 0.56 0.14 0.15
HSL 314.75º 0.61% 0.61% -
HSV(B) 314.75º 0.56% 0.85% -
XYZ 41.18 26.15 49.33 -
YUV 140.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 216 94 186 0 0.56 0.14 0.15 314.75 0.61 0.61
Hex D8 5E BA 0 38 E F 13B 3D 3D
Octal 330 136 272 0 70 16 17 473 75 75
Binary 11011000 1011110 10111010 0 111000 1110 1111 100111011 111101 111101

Color Harmonies of #D85EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85EBA

Black with #D85EBA

Text Example


Text Example

White with #D85EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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