Html Css Color HEX #D19F93 Rose

📋 copy color: '#D19F93'

red 209 ◦ green 159 ◦ blue 147

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

Shades of Rose #D19F93

Tints of Rose #D19F93

RGB

 RED value IS 209 (82.03% from 255) = 40.58%

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

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

R = 40.58%
G = 30.87%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D19F93 (or 0xD19F93) is known color: Rose. HEX triplet: D1, 9F and 93. RGB value is (209,159,147). Sum of RGB (Red+Green+Blue) = 209+159+147=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19F93 is #2E606C. Grayscale: #ACACAC. Windows color (decimal): -3039341 or 9674705. OLE color: 9674705.

HSL color Cylindrical-coordinate representation of color #D19F93: hue angle of 11.61º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D19F93 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 159 147 -
CMYK 0 0.24 0.30 0.18
HSL 11.61º 0.4% 0.7% -
HSV(B) 11.61º 0.3% 0.82% -
XYZ 43.96 40.46 33.1 -
YUV 172.58 113.57 153.98 -
System Red Green Blue C M Y K H S L
Decimal 209 159 147 0 0.24 0.30 0.18 11.61 0.4 0.7
Hex D1 9F 93 0 18 1E 12 C 28 46
Octal 321 237 223 0 30 36 22 14 50 106
Binary 11010001 10011111 10010011 0 11000 11110 10010 1100 101000 1000110

Color Harmonies of #D19F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19F93

Black with #D19F93

Text Example


Text Example

White with #D19F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19F93; }

 p { color: rgb(209,159,147); }

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

background-color css

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

 a { background-color: rgb(209,159,147); }

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

border-color css

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

 span { border-color: rgb(209,159,147); }

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