Html Css Color HEX #D29E98 Rose

📋 copy color: '#D29E98'

red 210 ◦ green 158 ◦ blue 152

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

Shades of Rose #D29E98

Tints of Rose #D29E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.23%

R = 40.38%
G = 30.38%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D29E98 (or 0xD29E98) is known color: Rose. HEX triplet: D2, 9E and 98. RGB value is (210,158,152). Sum of RGB (Red+Green+Blue) = 210+158+152=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29E98 is #2D6167. Grayscale: #ACACAC. Windows color (decimal): -2974056 or 10002130. OLE color: 10002130.

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

Color convert

RGB 210 158 152 -
CMYK 0 0.25 0.28 0.18
HSL 6.21º 0.39% 0.71% -
HSV(B) 6.21º 0.28% 0.82% -
XYZ 44.47 40.42 35.16 -
YUV 172.86 116.23 154.49 -
System Red Green Blue C M Y K H S L
Decimal 210 158 152 0 0.25 0.28 0.18 6.21 0.39 0.71
Hex D2 9E 98 0 19 1C 12 6 27 47
Octal 322 236 230 0 31 34 22 6 47 107
Binary 11010010 10011110 10011000 0 11001 11100 10010 110 100111 1000111

Color Harmonies of #D29E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29E98

Black with #D29E98

Text Example


Text Example

White with #D29E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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