#D69D91

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

Shades of Rose #D69D91

Tints of Rose #D69D91

Color information

#D69D91 (or 0xD69D91) is unknown color: approx Rose. HEX triplet: D6, 9D and 91. RGB value is (214,157,145). Sum of RGB (Red+Green+Blue) = 214+157+145=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69D91 is #29626E. Grayscale: #ACACAC. Windows color (decimal): -2712175 or 9543126. OLE color: 9543126.

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

Color convert

RGB214157145-
CMYK00.270.320.16
HSL10.43º45.7%70.39%-
HSV(B)10.43º32.24%83.92%-
XYZ44.940.4532.23-
YUV172.68112.38157.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.47%
GREEN value IS 157 (61.72% from 255) = 30.43%
BLUE value IS 145 (57.03% from 255) = 28.10%
R=41.47%
G=30.43%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415714500.270.320.1610.4345.770.39
HexD69D9101B2010a2e46
Octal32623522103340201256106
Binary1101011010011101100100010110111000001000010101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69D91; }

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

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

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

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

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

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

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

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