Html Css Color HEX #D59D93 Rose

📋 copy color: '#D59D93'

red 213 ◦ green 157 ◦ blue 147

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

Shades of Rose #D59D93

Tints of Rose #D59D93

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.37%

 BLUE value IS 147 (57.81% from 255) = 28.43%

R = 41.2%
G = 30.37%
B = 28.43%

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

#D59D93 (or 0xD59D93) is known color: Rose. HEX triplet: D5, 9D and 93. RGB value is (213,157,147). Sum of RGB (Red+Green+Blue) = 213+157+147=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59D93 is #2A626C. Grayscale: #ACACAC. Windows color (decimal): -2777709 or 9674197. OLE color: 9674197.

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

Color convert

RGB 213 157 147 -
CMYK 0 0.26 0.31 0.16
HSL 9.09º 0.44% 0.71% -
HSV(B) 9.09º 0.31% 0.84% -
XYZ 44.76 40.37 33.04 -
YUV 172.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 213 157 147 0 0.26 0.31 0.16 9.09 0.44 0.71
Hex D5 9D 93 0 1A 1F 10 9 2C 47
Octal 325 235 223 0 32 37 20 11 54 107
Binary 11010101 10011101 10010011 0 11010 11111 10000 1001 101100 1000111

Color Harmonies of #D59D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59D93

Black with #D59D93

Text Example


Text Example

White with #D59D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59D93; }

 p { color: rgb(213,157,147); }

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

background-color css

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

 a { background-color: rgb(213,157,147); }

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

border-color css

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

 span { border-color: rgb(213,157,147); }

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