#D66680

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

Shades of Deep Blush #D66680

Tints of Deep Blush #D66680

Color information

#D66680 (or 0xD66680) is unknown color: approx Deep Blush. HEX triplet: D6, 66 and 80. RGB value is (214,102,128). Sum of RGB (Red+Green+Blue) = 214+102+128=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D66680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66680 is #29997F. Grayscale: #8A8A8A. Windows color (decimal): -2726272 or 8414934. OLE color: 8414934.

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

Color convert

RGB214102128-
CMYK00.520.400.16
HSL346.07º57.73%61.96%-
HSV(B)346.07º52.34%83.92%-
XYZ36.3825.3623.4-
YUV138.45122.11181.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.20%
GREEN value IS 102 (40.23% from 255) = 22.97%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=48.20%
G=22.97%
B=28.83%

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
Decimal21410212800.520.400.16346.0757.7361.96
HexD66680034281015a3a3e
Octal32614620006450205327276
Binary11010110110011010000000011010010100010000101011010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66680; }

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

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

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

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

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

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

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

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