#D69B87

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

Shades of Rose #D69B87

Tints of Rose #D69B87

Color information

#D69B87 (or 0xD69B87) is unknown color: approx Rose. HEX triplet: D6, 9B and 87. RGB value is (214,155,135). Sum of RGB (Red+Green+Blue) = 214+155+135=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69B87 is #296478. Grayscale: #AAAAAA. Windows color (decimal): -2712697 or 8887254. OLE color: 8887254.

HSL color Cylindrical-coordinate representation of color #D69B87: hue angle of 15.19º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D69B87 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB214155135-
CMYK00.280.370.16
HSL15.19º49.07%68.43%-
HSV(B)15.19º36.92%83.92%-
XYZ43.8339.4928.23-
YUV170.36108.05159.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.46%
GREEN value IS 155 (60.94% from 255) = 30.75%
BLUE value IS 135 (53.12% from 255) = 26.79%
R=42.46%
G=30.75%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415513500.280.370.1615.1949.0768.43
HexD69B8701C2510f3144
Octal32623320703445201761104
Binary1101011010011011100001110111001001011000011111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69B87; }

 p { color: rgb(214,155,135); }

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

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

 a { background-color: rgb(214,155,135); }

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

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

 span { border-color: rgb(214,155,135); }

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