#D69F8B

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

Shades of Rose #D69F8B

Tints of Rose #D69F8B

Color information

#D69F8B (or 0xD69F8B) is unknown color: approx Rose. HEX triplet: D6, 9F and 8B. RGB value is (214,159,139). Sum of RGB (Red+Green+Blue) = 214+159+139=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69F8B is #296074. Grayscale: #ADADAD. Windows color (decimal): -2711669 or 9150422. OLE color: 9150422.

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

Color convert

RGB214159139-
CMYK00.260.350.16
HSL16º47.77%69.22%-
HSV(B)16º35.05%83.92%-
XYZ44.7940.9629.97-
YUV173.16108.72157.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.80%
GREEN value IS 159 (62.5% from 255) = 31.05%
BLUE value IS 139 (54.69% from 255) = 27.15%
R=41.80%
G=31.05%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415913900.260.350.161647.7769.22
HexD69F8B01A2310103045
Octal32623721303243202060105
Binary11010110100111111000101101101010001110000100001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69F8B; }

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

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

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

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

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

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

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

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