#D29F9D

Color #D29F9D Eunry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eunry #D29F9D

Tints of Eunry #D29F9D

Color information

#D29F9D (or 0xD29F9D) is unknown color: approx Eunry. HEX triplet: D2, 9F and 9D. RGB value is (210,159,157). Sum of RGB (Red+Green+Blue) = 210+159+157=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29F9D is #2D6062. Grayscale: #AEAEAE. Windows color (decimal): -2973795 or 10330066. OLE color: 10330066.

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

Color convert

RGB210159157-
CMYK00.240.250.18
HSL2.26º37.06%71.96%-
HSV(B)2.26º25.24%82.35%-
XYZ45.0640.9337.42-
YUV174.02118.4153.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.92%
GREEN value IS 159 (62.5% from 255) = 30.23%
BLUE value IS 157 (61.72% from 255) = 29.85%
R=39.92%
G=30.23%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015915700.240.250.182.2637.0671.96
HexD29F9D018191222548
Octal3222372350303122245110
Binary1101001010011111100111010110001100110010101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29F9D; }

 p { color: rgb(210,159,157); }

 H1.HeaderClassName
 {
   color: #D29F9D;
 }
 .AnyTagClassName
 {
   color: #D29F9D;
 }
</style>
background-color css

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

 a { background-color: rgb(210,159,157); }

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

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

 span { border-color: rgb(210,159,157); }

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