#D69D8A

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

Shades of Rose #D69D8A

Tints of Rose #D69D8A

Color information

#D69D8A (or 0xD69D8A) is unknown color: approx Rose. HEX triplet: D6, 9D and 8A. RGB value is (214,157,138). Sum of RGB (Red+Green+Blue) = 214+157+138=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69D8A is #296275. Grayscale: #ACACAC. Windows color (decimal): -2712182 or 9084374. OLE color: 9084374.

HSL color Cylindrical-coordinate representation of color #D69D8A: hue angle of 15º degrees, saturation: 0.48, 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 #D69D8A is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214157138-
CMYK00.270.360.16
HSL15º48.1%69.02%-
HSV(B)15º35.51%83.92%-
XYZ44.3840.2529.47-
YUV171.88108.88158.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.04%
GREEN value IS 157 (61.72% from 255) = 30.84%
BLUE value IS 138 (54.30% from 255) = 27.11%
R=42.04%
G=30.84%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415713800.270.360.161548.169.02
HexD69D8A01B2410f3045
Octal32623521203344201760105
Binary1101011010011101100010100110111001001000011111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69D8A; }

 p { color: rgb(214,157,138); }

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

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

 a { background-color: rgb(214,157,138); }

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

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

 span { border-color: rgb(214,157,138); }

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