#D69E88

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

Shades of Rose #D69E88

Tints of Rose #D69E88

Color information

#D69E88 (or 0xD69E88) is unknown color: approx Rose. HEX triplet: D6, 9E and 88. RGB value is (214,158,136). Sum of RGB (Red+Green+Blue) = 214+158+136=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69E88 is #296177. Grayscale: #ACACAC. Windows color (decimal): -2711928 or 8953558. OLE color: 8953558.

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

Color convert

RGB214158136-
CMYK00.260.360.16
HSL16.92º48.75%68.63%-
HSV(B)16.92º36.45%83.92%-
XYZ44.440.5328.77-
YUV172.24107.55157.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.13%
GREEN value IS 158 (62.11% from 255) = 31.10%
BLUE value IS 136 (53.52% from 255) = 26.77%
R=42.13%
G=31.10%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415813600.260.360.1616.9248.7568.63
HexD69E8801A2410113145
Octal32623621003244202161105
Binary11010110100111101000100001101010010010000100011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69E88; }

 p { color: rgb(214,158,136); }

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

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

 a { background-color: rgb(214,158,136); }

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

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

 span { border-color: rgb(214,158,136); }

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