#D69E8B

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

Shades of Rose #D69E8B

Tints of Rose #D69E8B

Color information

#D69E8B (or 0xD69E8B) is unknown color: approx Rose. HEX triplet: D6, 9E and 8B. RGB value is (214,158,139). Sum of RGB (Red+Green+Blue) = 214+158+139=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69E8B is #296174. Grayscale: #ACACAC. Windows color (decimal): -2711925 or 9150166. OLE color: 9150166.

HSL color Cylindrical-coordinate representation of color #D69E8B: hue angle of 15.2º 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 #D69E8B is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB214158139-
CMYK00.260.350.16
HSL15.2º47.77%69.22%-
HSV(B)15.2º35.05%83.92%-
XYZ44.6240.6129.91-
YUV172.58109.05157.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.88%
GREEN value IS 158 (62.11% from 255) = 30.92%
BLUE value IS 139 (54.69% from 255) = 27.20%
R=41.88%
G=30.92%
B=27.20%

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
Decimal21415813900.260.350.1615.247.7769.22
HexD69E8B01A2310f3045
Octal32623621303243201760105
Binary1101011010011110100010110110101000111000011111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69E8B; }

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

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

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

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

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

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

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

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