Html Css Color HEX #D29E94 Rose

📋 copy color: '#D29E94'

red 210 ◦ green 158 ◦ blue 148

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

Shades of Rose #D29E94

Tints of Rose #D29E94

RGB

 RED value IS 210 (82.42% from 255) = 40.7%

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

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

R = 40.7%
G = 30.62%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D29E94 (or 0xD29E94) is known color: Rose. HEX triplet: D2, 9E and 94. RGB value is (210,158,148). Sum of RGB (Red+Green+Blue) = 210+158+148=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29E94 is #2D616B. Grayscale: #ACACAC. Windows color (decimal): -2974060 or 9739986. OLE color: 9739986.

HSL color Cylindrical-coordinate representation of color #D29E94: hue angle of 9.68º degrees, saturation: 0.41, 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 #D29E94 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 158 148 -
CMYK 0 0.25 0.30 0.18
HSL 9.68º 0.41% 0.7% -
HSV(B) 9.68º 0.3% 0.82% -
XYZ 44.15 40.29 33.47 -
YUV 172.41 114.23 154.81 -
System Red Green Blue C M Y K H S L
Decimal 210 158 148 0 0.25 0.30 0.18 9.68 0.41 0.7
Hex D2 9E 94 0 19 1E 12 A 29 46
Octal 322 236 224 0 31 36 22 12 51 106
Binary 11010010 10011110 10010100 0 11001 11110 10010 1010 101001 1000110

Color Harmonies of #D29E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29E94

Black with #D29E94

Text Example


Text Example

White with #D29E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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