#D69D89

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

Shades of Rose #D69D89

Tints of Rose #D69D89

Color information

#D69D89 (or 0xD69D89) is unknown color: approx Rose. HEX triplet: D6, 9D and 89. RGB value is (214,157,137). Sum of RGB (Red+Green+Blue) = 214+157+137=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69D89 is #296276. Grayscale: #ABABAB. Windows color (decimal): -2712183 or 9018838. OLE color: 9018838.

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

Color convert

RGB214157137-
CMYK00.270.360.16
HSL15.58º48.43%68.82%-
HSV(B)15.58º35.98%83.92%-
XYZ44.340.2229.09-
YUV171.76108.38158.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.13%
GREEN value IS 157 (61.72% from 255) = 30.91%
BLUE value IS 137 (53.91% from 255) = 26.97%
R=42.13%
G=30.91%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415713700.270.360.1615.5848.4368.82
HexD69D8901B2410103045
Octal32623521103344202060105
Binary11010110100111011000100101101110010010000100001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69D89; }

 p { color: rgb(214,157,137); }

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

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

 a { background-color: rgb(214,157,137); }

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

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

 span { border-color: rgb(214,157,137); }

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