Html Css Color HEX #D79E94 Rose

📋 copy color: '#D79E94'

red 215 ◦ green 158 ◦ blue 148

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

Shades of Rose #D79E94

Tints of Rose #D79E94

RGB

 RED value IS 215 (84.38% from 255) = 41.27%

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

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

R = 41.27%
G = 30.33%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D79E94 (or 0xD79E94) is known color: Rose. HEX triplet: D7, 9E and 94. RGB value is (215,158,148). Sum of RGB (Red+Green+Blue) = 215+158+148=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D79E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79E94 is #28616B. Grayscale: #AEAEAE. Windows color (decimal): -2646380 or 9739991. OLE color: 9739991.

HSL color Cylindrical-coordinate representation of color #D79E94: hue angle of 8.96º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D79E94 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 158 148 -
CMYK 0 0.27 0.31 0.16
HSL 8.96º 0.46% 0.71% -
HSV(B) 8.96º 0.31% 0.84% -
XYZ 45.6 41.04 33.54 -
YUV 173.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 215 158 148 0 0.27 0.31 0.16 8.96 0.46 0.71
Hex D7 9E 94 0 1B 1F 10 9 2E 47
Octal 327 236 224 0 33 37 20 11 56 107
Binary 11010111 10011110 10010100 0 11011 11111 10000 1001 101110 1000111

Color Harmonies of #D79E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79E94

Black with #D79E94

Text Example


Text Example

White with #D79E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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