Html Css Color HEX #D59E96 Rose

📋 copy color: '#D59E96'

red 213 ◦ green 158 ◦ blue 150

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

Shades of Rose #D59E96

Tints of Rose #D59E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.79%

R = 40.88%
G = 30.33%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D59E96 (or 0xD59E96) is known color: Rose. HEX triplet: D5, 9E and 96. RGB value is (213,158,150). Sum of RGB (Red+Green+Blue) = 213+158+150=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59E96 is #2A6169. Grayscale: #ADADAD. Windows color (decimal): -2777450 or 9871061. OLE color: 9871061.

HSL color Cylindrical-coordinate representation of color #D59E96: hue angle of 7.62º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D59E96 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 158 150 -
CMYK 0 0.26 0.30 0.16
HSL 7.62º 0.43% 0.71% -
HSV(B) 7.62º 0.3% 0.84% -
XYZ 45.17 40.8 34.35 -
YUV 173.53 114.72 156.15 -
System Red Green Blue C M Y K H S L
Decimal 213 158 150 0 0.26 0.30 0.16 7.62 0.43 0.71
Hex D5 9E 96 0 1A 1E 10 8 2B 47
Octal 325 236 226 0 32 36 20 10 53 107
Binary 11010101 10011110 10010110 0 11010 11110 10000 1000 101011 1000111

Color Harmonies of #D59E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59E96

Black with #D59E96

Text Example


Text Example

White with #D59E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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