#D69F95

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

Shades of Rose #D69F95

Tints of Rose #D69F95

Color information

#D69F95 (or 0xD69F95) is unknown color: approx Rose. HEX triplet: D6, 9F and 95. RGB value is (214,159,149). Sum of RGB (Red+Green+Blue) = 214+159+149=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69F95 is #29606A. Grayscale: #AEAEAE. Windows color (decimal): -2711659 or 9805782. OLE color: 9805782.

HSL color Cylindrical-coordinate representation of color #D69F95: hue angle of 9.23º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D69F95 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214159149-
CMYK00.260.300.16
HSL9.23º44.22%71.18%-
HSV(B)9.23º30.37%83.92%-
XYZ45.5541.2634-
YUV174.3113.72156.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.00%
GREEN value IS 159 (62.5% from 255) = 30.46%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=41.00%
G=30.46%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415914900.260.300.169.2344.2271.18
HexD69F9501A1E1092c47
Octal32623722503236201154107
Binary110101101001111110010101011010111101000010011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69F95; }

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

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

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

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

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

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

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

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