Html Css Color HEX #D19D8F Rose

📋 copy color: '#D19D8F'

red 209 ◦ green 157 ◦ blue 143

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

Shades of Rose #D19D8F

Tints of Rose #D19D8F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.84%

 BLUE value IS 143 (56.25% from 255) = 28.09%

R = 41.06%
G = 30.84%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D19D8F (or 0xD19D8F) is known color: Rose. HEX triplet: D1, 9D and 8F. RGB value is (209,157,143). Sum of RGB (Red+Green+Blue) = 209+157+143=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19D8F is #2E6270. Grayscale: #ABABAB. Windows color (decimal): -3039857 or 9412049. OLE color: 9412049.

HSL color Cylindrical-coordinate representation of color #D19D8F: hue angle of 12.73º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D19D8F is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 157 143 -
CMYK 0 0.25 0.32 0.18
HSL 12.73º 0.42% 0.69% -
HSV(B) 12.73º 0.32% 0.82% -
XYZ 43.31 39.65 31.36 -
YUV 170.95 112.23 155.14 -
System Red Green Blue C M Y K H S L
Decimal 209 157 143 0 0.25 0.32 0.18 12.73 0.42 0.69
Hex D1 9D 8F 0 19 20 12 D 2A 45
Octal 321 235 217 0 31 40 22 15 52 105
Binary 11010001 10011101 10001111 0 11001 100000 10010 1101 101010 1000101

Color Harmonies of #D19D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19D8F

Black with #D19D8F

Text Example


Text Example

White with #D19D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19D8F; }

 p { color: rgb(209,157,143); }

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

background-color css

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

 a { background-color: rgb(209,157,143); }

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

border-color css

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

 span { border-color: rgb(209,157,143); }

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