#D66382

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

Shades of Deep Blush #D66382

Tints of Deep Blush #D66382

Color information

#D66382 (or 0xD66382) is unknown color: approx Deep Blush. HEX triplet: D6, 63 and 82. RGB value is (214,99,130). Sum of RGB (Red+Green+Blue) = 214+99+130=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D66382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66382 is #299C7D. Grayscale: #888888. Windows color (decimal): -2727038 or 8545238. OLE color: 8545238.

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

Color convert

RGB21499130-
CMYK00.540.390.16
HSL343.83º58.38%61.37%-
HSV(B)343.83º53.74%83.92%-
XYZ36.2224.8324-
YUV136.92124.1182.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.31%
GREEN value IS 99 (39.06% from 255) = 22.35%
BLUE value IS 130 (51.17% from 255) = 29.35%
R=48.31%
G=22.35%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149913000.540.390.16343.8358.3861.37
HexD6638203627101583a3d
Octal32614320206647205307275
Binary11010110110001110000010011011010011110000101011000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66382; }

 p { color: rgb(214,99,130); }

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

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

 a { background-color: rgb(214,99,130); }

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

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

 span { border-color: rgb(214,99,130); }

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