Html Css Color HEX #D59E8E Rose

📋 copy color: '#D59E8E'

red 213 ◦ green 158 ◦ blue 142

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

Shades of Rose #D59E8E

Tints of Rose #D59E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.68%

R = 41.52%
G = 30.8%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D59E8E (or 0xD59E8E) is known color: Rose. HEX triplet: D5, 9E and 8E. RGB value is (213,158,142). Sum of RGB (Red+Green+Blue) = 213+158+142=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59E8E is #2A6171. Grayscale: #ACACAC. Windows color (decimal): -2777458 or 9346773. OLE color: 9346773.

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

Color convert

RGB 213 158 142 -
CMYK 0 0.26 0.33 0.16
HSL 13.52º 0.46% 0.7% -
HSV(B) 13.52º 0.33% 0.84% -
XYZ 44.55 40.55 31.07 -
YUV 172.62 110.72 156.8 -
System Red Green Blue C M Y K H S L
Decimal 213 158 142 0 0.26 0.33 0.16 13.52 0.46 0.7
Hex D5 9E 8E 0 1A 21 10 E 2E 46
Octal 325 236 216 0 32 41 20 16 56 106
Binary 11010101 10011110 10001110 0 11010 100001 10000 1110 101110 1000110

Color Harmonies of #D59E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59E8E

Black with #D59E8E

Text Example


Text Example

White with #D59E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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