#D6657D

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

Shades of Deep Blush #D6657D

Tints of Deep Blush #D6657D

Color information

#D6657D (or 0xD6657D) is unknown color: approx Deep Blush. HEX triplet: D6, 65 and 7D. RGB value is (214,101,125). Sum of RGB (Red+Green+Blue) = 214+101+125=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6657D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6657D is #299A82. Grayscale: #898989. Windows color (decimal): -2726531 or 8218070. OLE color: 8218070.

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

Color convert

RGB214101125-
CMYK00.530.420.16
HSL347.26º57.95%61.76%-
HSV(B)347.26º52.8%83.92%-
XYZ36.0925.0822.34-
YUV137.52120.94182.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.64%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 125 (49.22% from 255) = 28.41%
R=48.64%
G=22.95%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410112500.530.420.16347.2657.9561.76
HexD6657D0352A1015b3a3e
Octal32614517506552205337276
Binary1101011011001011111101011010110101010000101011011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6657D; }

 p { color: rgb(214,101,125); }

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

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

 a { background-color: rgb(214,101,125); }

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

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

 span { border-color: rgb(214,101,125); }

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