#D69E8A

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

Shades of Rose #D69E8A

Tints of Rose #D69E8A

Color information

#D69E8A (or 0xD69E8A) is unknown color: approx Rose. HEX triplet: D6, 9E and 8A. RGB value is (214,158,138). Sum of RGB (Red+Green+Blue) = 214+158+138=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69E8A is #296175. Grayscale: #ACACAC. Windows color (decimal): -2711926 or 9084630. OLE color: 9084630.

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

Color convert

RGB214158138-
CMYK00.260.360.16
HSL15.79º48.1%69.02%-
HSV(B)15.79º35.51%83.92%-
XYZ44.5540.5829.53-
YUV172.46108.55157.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.96%
GREEN value IS 158 (62.11% from 255) = 30.98%
BLUE value IS 138 (54.30% from 255) = 27.06%
R=41.96%
G=30.98%
B=27.06%

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
Decimal21415813800.260.360.1615.7948.169.02
HexD69E8A01A2410103045
Octal32623621203244202060105
Binary11010110100111101000101001101010010010000100001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69E8A; }

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

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

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

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

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

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

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

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