#D69F99

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

Shades of Rose #D69F99

Tints of Rose #D69F99

Color information

#D69F99 (or 0xD69F99) is unknown color: approx Rose. HEX triplet: D6, 9F and 99. RGB value is (214,159,153). Sum of RGB (Red+Green+Blue) = 214+159+153=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69F99 is #296066. Grayscale: #AEAEAE. Windows color (decimal): -2711655 or 10067926. OLE color: 10067926.

HSL color Cylindrical-coordinate representation of color #D69F99: hue angle of 5.9º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D69F99 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB214159153-
CMYK00.260.290.16
HSL5.9º42.66%71.96%-
HSV(B)5.9º28.5%83.92%-
XYZ45.8841.3935.71-
YUV174.76115.72155.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.68%
GREEN value IS 159 (62.5% from 255) = 30.23%
BLUE value IS 153 (60.16% from 255) = 29.09%
R=40.68%
G=30.23%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415915300.260.290.165.942.6671.96
HexD69F9901A1D1062b48
Octal3262372310323520653110
Binary11010110100111111001100101101011101100001101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69F99; }

 p { color: rgb(214,159,153); }

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

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

 a { background-color: rgb(214,159,153); }

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

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

 span { border-color: rgb(214,159,153); }

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