#D96683

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

Shades of Deep Blush #D96683

Tints of Deep Blush #D96683

Color information

#D96683 (or 0xD96683) is unknown color: approx Deep Blush. HEX triplet: D9, 66 and 83. RGB value is (217,102,131). Sum of RGB (Red+Green+Blue) = 217+102+131=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D96683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96683 is #26997C. Grayscale: #8B8B8B. Windows color (decimal): -2529661 or 8611545. OLE color: 8611545.

HSL color Cylindrical-coordinate representation of color #D96683: hue angle of 344.87º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96683 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB217102131-
CMYK00.530.400.15
HSL344.87º60.21%62.55%-
HSV(B)344.87º53%85.1%-
XYZ37.4625.8924.5-
YUV139.69123.1183.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.22%
GREEN value IS 102 (40.23% from 255) = 22.67%
BLUE value IS 131 (51.56% from 255) = 29.11%
R=48.22%
G=22.67%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710213100.530.400.15344.8760.2162.55
HexD9668303528F1593c3f
Octal33114620306550175317477
Binary1101100111001101000001101101011010001111101011001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96683; }

 p { color: rgb(217,102,131); }

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

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

 a { background-color: rgb(217,102,131); }

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

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

 span { border-color: rgb(217,102,131); }

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