Html Css Color HEX #D59EBA Shocking

📋 copy color: '#D59EBA'

red 213 ◦ green 158 ◦ blue 186

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

Shades of Shocking #D59EBA

Tints of Shocking #D59EBA

RGB

 RED value IS 213 (83.59% from 255) = 38.24%

 GREEN value IS 158 (62.11% from 255) = 28.37%

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

R = 38.24%
G = 28.37%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D59EBA (or 0xD59EBA) is known color: Shocking. HEX triplet: D5, 9E and BA. RGB value is (213,158,186). Sum of RGB (Red+Green+Blue) = 213+158+186=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D59EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59EBA is #2A6145. Grayscale: #B1B1B1. Windows color (decimal): -2777414 or 12230357. OLE color: 12230357.

HSL color Cylindrical-coordinate representation of color #D59EBA: hue angle of 329.45º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59EBA is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 158 186 -
CMYK 0 0.26 0.13 0.16
HSL 329.45º 0.4% 0.73% -
HSV(B) 329.45º 0.26% 0.84% -
XYZ 48.53 42.15 52.03 -
YUV 177.64 132.72 153.22 -
System Red Green Blue C M Y K H S L
Decimal 213 158 186 0 0.26 0.13 0.16 329.45 0.4 0.73
Hex D5 9E BA 0 1A D 10 149 28 49
Octal 325 236 272 0 32 15 20 511 50 111
Binary 11010101 10011110 10111010 0 11010 1101 10000 101001001 101000 1001001

Color Harmonies of #D59EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59EBA

Black with #D59EBA

Text Example


Text Example

White with #D59EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59EBA; }

 p { color: rgb(213,158,186); }

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

background-color css

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

 a { background-color: rgb(213,158,186); }

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

border-color css

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

 span { border-color: rgb(213,158,186); }

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