Html Css Color HEX #D59F98 Rose

📋 copy color: '#D59F98'

red 213 ◦ green 159 ◦ blue 152

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

Shades of Rose #D59F98

Tints of Rose #D59F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.01%

R = 40.65%
G = 30.34%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D59F98 (or 0xD59F98) is known color: Rose. HEX triplet: D5, 9F and 98. RGB value is (213,159,152). Sum of RGB (Red+Green+Blue) = 213+159+152=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59F98 is #2A6067. Grayscale: #AEAEAE. Windows color (decimal): -2777192 or 10002389. OLE color: 10002389.

HSL color Cylindrical-coordinate representation of color #D59F98: hue angle of 6.89º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D59F98 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 159 152 -
CMYK 0 0.25 0.29 0.16
HSL 6.89º 0.42% 0.72% -
HSV(B) 6.89º 0.29% 0.84% -
XYZ 45.51 41.21 35.26 -
YUV 174.35 115.39 155.57 -
System Red Green Blue C M Y K H S L
Decimal 213 159 152 0 0.25 0.29 0.16 6.89 0.42 0.72
Hex D5 9F 98 0 19 1D 10 7 2A 48
Octal 325 237 230 0 31 35 20 7 52 110
Binary 11010101 10011111 10011000 0 11001 11101 10000 111 101010 1001000

Color Harmonies of #D59F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F98

Black with #D59F98

Text Example


Text Example

White with #D59F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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