#D66681

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

Shades of Deep Blush #D66681

Tints of Deep Blush #D66681

Color information

#D66681 (or 0xD66681) is unknown color: approx Deep Blush. HEX triplet: D6, 66 and 81. RGB value is (214,102,129). Sum of RGB (Red+Green+Blue) = 214+102+129=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D66681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66681 is #29997E. Grayscale: #8A8A8A. Windows color (decimal): -2726271 or 8480470. OLE color: 8480470.

HSL color Cylindrical-coordinate representation of color #D66681: hue angle of 345.54º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D66681 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB214102129-
CMYK00.520.400.16
HSL345.54º57.73%61.96%-
HSV(B)345.54º52.34%83.92%-
XYZ36.4525.3823.75-
YUV138.57122.61181.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.09%
GREEN value IS 102 (40.23% from 255) = 22.92%
BLUE value IS 129 (50.78% from 255) = 28.99%
R=48.09%
G=22.92%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410212900.520.400.16345.5457.7361.96
HexD66681034281015a3a3e
Octal32614620106450205327276
Binary11010110110011010000001011010010100010000101011010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66681; }

 p { color: rgb(214,102,129); }

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

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

 a { background-color: rgb(214,102,129); }

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

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

 span { border-color: rgb(214,102,129); }

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