Html Css Color HEX #D59F92 Rose

📋 copy color: '#D59F92'

red 213 ◦ green 159 ◦ blue 146

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

Shades of Rose #D59F92

Tints of Rose #D59F92

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.69%

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

R = 41.12%
G = 30.69%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D59F92 (or 0xD59F92) is known color: Rose. HEX triplet: D5, 9F and 92. RGB value is (213,159,146). Sum of RGB (Red+Green+Blue) = 213+159+146=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59F92 is #2A606D. Grayscale: #ADADAD. Windows color (decimal): -2777198 or 9609173. OLE color: 9609173.

HSL color Cylindrical-coordinate representation of color #D59F92: hue angle of 11.64º 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 #D59F92 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 159 146 -
CMYK 0 0.25 0.31 0.16
HSL 11.64º 0.44% 0.7% -
HSV(B) 11.64º 0.31% 0.84% -
XYZ 45.03 41.02 32.74 -
YUV 173.66 112.39 156.06 -
System Red Green Blue C M Y K H S L
Decimal 213 159 146 0 0.25 0.31 0.16 11.64 0.44 0.7
Hex D5 9F 92 0 19 1F 10 C 2C 46
Octal 325 237 222 0 31 37 20 14 54 106
Binary 11010101 10011111 10010010 0 11001 11111 10000 1100 101100 1000110

Color Harmonies of #D59F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F92

Black with #D59F92

Text Example


Text Example

White with #D59F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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