Html Css Color HEX #D59E92 Rose

📋 copy color: '#D59E92'

red 213 ◦ green 158 ◦ blue 146

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

Shades of Rose #D59E92

Tints of Rose #D59E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.24%

R = 41.2%
G = 30.56%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D59E92 (or 0xD59E92) is known color: Rose. HEX triplet: D5, 9E and 92. RGB value is (213,158,146). Sum of RGB (Red+Green+Blue) = 213+158+146=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59E92 is #2A616D. Grayscale: #ADADAD. Windows color (decimal): -2777454 or 9608917. OLE color: 9608917.

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

Color convert

RGB 213 158 146 -
CMYK 0 0.26 0.31 0.16
HSL 10.75º 0.44% 0.7% -
HSV(B) 10.75º 0.31% 0.84% -
XYZ 44.86 40.68 32.68 -
YUV 173.08 112.72 156.48 -
System Red Green Blue C M Y K H S L
Decimal 213 158 146 0 0.26 0.31 0.16 10.75 0.44 0.7
Hex D5 9E 92 0 1A 1F 10 B 2C 46
Octal 325 236 222 0 32 37 20 13 54 106
Binary 11010101 10011110 10010010 0 11010 11111 10000 1011 101100 1000110

Color Harmonies of #D59E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59E92

Black with #D59E92

Text Example


Text Example

White with #D59E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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