Html Css Color HEX #D99F98 Rose

📋 copy color: '#D99F98'

red 217 ◦ green 159 ◦ blue 152

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

Shades of Rose #D99F98

Tints of Rose #D99F98

RGB

 RED value IS 217 (85.16% from 255) = 41.1%

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

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

R = 41.1%
G = 30.11%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D99F98 (or 0xD99F98) is known color: Rose. HEX triplet: D9, 9F and 98. RGB value is (217,159,152). Sum of RGB (Red+Green+Blue) = 217+159+152=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99F98 is #266067. Grayscale: #AFAFAF. Windows color (decimal): -2515048 or 10002393. OLE color: 10002393.

HSL color Cylindrical-coordinate representation of color #D99F98: hue angle of 6.46º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D99F98 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 159 152 -
CMYK 0 0.27 0.30 0.15
HSL 6.46º 0.46% 0.72% -
HSV(B) 6.46º 0.3% 0.85% -
XYZ 46.68 41.81 35.32 -
YUV 175.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 217 159 152 0 0.27 0.30 0.15 6.46 0.46 0.72
Hex D9 9F 98 0 1B 1E F 6 2E 48
Octal 331 237 230 0 33 36 17 6 56 110
Binary 11011001 10011111 10011000 0 11011 11110 1111 110 101110 1001000

Color Harmonies of #D99F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99F98

Black with #D99F98

Text Example


Text Example

White with #D99F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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