Html Css Color HEX #D49E94 Rose

📋 copy color: '#D49E94'

red 212 ◦ green 158 ◦ blue 148

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

Shades of Rose #D49E94

Tints of Rose #D49E94

RGB

 RED value IS 212 (83.2% from 255) = 40.93%

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

 BLUE value IS 148 (58.2% from 255) = 28.57%

R = 40.93%
G = 30.5%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D49E94 (or 0xD49E94) is known color: Rose. HEX triplet: D4, 9E and 94. RGB value is (212,158,148). Sum of RGB (Red+Green+Blue) = 212+158+148=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49E94 is #2B616B. Grayscale: #ADADAD. Windows color (decimal): -2842988 or 9739988. OLE color: 9739988.

HSL color Cylindrical-coordinate representation of color #D49E94: hue angle of 9.38º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D49E94 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 158 148 -
CMYK 0 0.25 0.30 0.17
HSL 9.38º 0.43% 0.71% -
HSV(B) 9.38º 0.3% 0.83% -
XYZ 44.72 40.59 33.49 -
YUV 173.01 113.89 155.81 -
System Red Green Blue C M Y K H S L
Decimal 212 158 148 0 0.25 0.30 0.17 9.38 0.43 0.71
Hex D4 9E 94 0 19 1E 11 9 2B 47
Octal 324 236 224 0 31 36 21 11 53 107
Binary 11010100 10011110 10010100 0 11001 11110 10001 1001 101011 1000111

Color Harmonies of #D49E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49E94

Black with #D49E94

Text Example


Text Example

White with #D49E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49E94; }

 p { color: rgb(212,158,148); }

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

background-color css

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

 a { background-color: rgb(212,158,148); }

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

border-color css

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

 span { border-color: rgb(212,158,148); }

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