Html Css Color HEX #D59F96 Rose

📋 copy color: '#D59F96'

red 213 ◦ green 159 ◦ blue 150

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

Shades of Rose #D59F96

Tints of Rose #D59F96

RGB

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

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

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

R = 40.8%
G = 30.46%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D59F96 (or 0xD59F96) is known color: Rose. HEX triplet: D5, 9F and 96. RGB value is (213,159,150). Sum of RGB (Red+Green+Blue) = 213+159+150=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59F96 is #2A6069. Grayscale: #AEAEAE. Windows color (decimal): -2777194 or 9871317. OLE color: 9871317.

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

Color convert

RGB 213 159 150 -
CMYK 0 0.25 0.30 0.16
HSL 8.57º 0.43% 0.71% -
HSV(B) 8.57º 0.3% 0.84% -
XYZ 45.34 41.14 34.41 -
YUV 174.12 114.39 155.73 -
System Red Green Blue C M Y K H S L
Decimal 213 159 150 0 0.25 0.30 0.16 8.57 0.43 0.71
Hex D5 9F 96 0 19 1E 10 9 2B 47
Octal 325 237 226 0 31 36 20 11 53 107
Binary 11010101 10011111 10010110 0 11001 11110 10000 1001 101011 1000111

Color Harmonies of #D59F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F96

Black with #D59F96

Text Example


Text Example

White with #D59F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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