Html Css Color HEX #D19E90 Rose

📋 copy color: '#D19E90'

red 209 ◦ green 158 ◦ blue 144

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

Shades of Rose #D19E90

Tints of Rose #D19E90

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.92%

 BLUE value IS 144 (56.64% from 255) = 28.18%

R = 40.9%
G = 30.92%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D19E90 (or 0xD19E90) is known color: Rose. HEX triplet: D1, 9E and 90. RGB value is (209,158,144). Sum of RGB (Red+Green+Blue) = 209+158+144=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19E90 is #2E616F. Grayscale: #ABABAB. Windows color (decimal): -3039600 or 9477841. OLE color: 9477841.

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

Color convert

RGB 209 158 144 -
CMYK 0 0.24 0.31 0.18
HSL 12.92º 0.41% 0.69% -
HSV(B) 12.92º 0.31% 0.82% -
XYZ 43.56 40.02 31.82 -
YUV 171.65 112.4 154.64 -
System Red Green Blue C M Y K H S L
Decimal 209 158 144 0 0.24 0.31 0.18 12.92 0.41 0.69
Hex D1 9E 90 0 18 1F 12 D 29 45
Octal 321 236 220 0 30 37 22 15 51 105
Binary 11010001 10011110 10010000 0 11000 11111 10010 1101 101001 1000101

Color Harmonies of #D19E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19E90

Black with #D19E90

Text Example


Text Example

White with #D19E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19E90; }

 p { color: rgb(209,158,144); }

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

background-color css

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

 a { background-color: rgb(209,158,144); }

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

border-color css

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

 span { border-color: rgb(209,158,144); }

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