#D69D93

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

Shades of Rose #D69D93

Tints of Rose #D69D93

Color information

#D69D93 (or 0xD69D93) is unknown color: approx Rose. HEX triplet: D6, 9D and 93. RGB value is (214,157,147). Sum of RGB (Red+Green+Blue) = 214+157+147=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69D93 is #29626C. Grayscale: #ADADAD. Windows color (decimal): -2712173 or 9674198. OLE color: 9674198.

HSL color Cylindrical-coordinate representation of color #D69D93: hue angle of 8.96º degrees, saturation: 0.45, 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 #D69D93 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB214157147-
CMYK00.270.310.16
HSL8.96º44.97%70.78%-
HSV(B)8.96º31.31%83.92%-
XYZ45.0540.5233.05-
YUV172.9113.38157.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.31%
GREEN value IS 157 (61.72% from 255) = 30.31%
BLUE value IS 147 (57.81% from 255) = 28.38%
R=41.31%
G=30.31%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415714700.270.310.168.9644.9770.78
HexD69D9301B1F1092d47
Octal32623522303337201155107
Binary110101101001110110010011011011111111000010011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69D93; }

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

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

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

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

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

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

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

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