#DA7183

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

Shades of Deep Blush #DA7183

Tints of Deep Blush #DA7183

Color information

#DA7183 (or 0xDA7183) is unknown color: approx Deep Blush. HEX triplet: DA, 71 and 83. RGB value is (218,113,131). Sum of RGB (Red+Green+Blue) = 218+113+131=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7183 is #258E7C. Grayscale: #929292. Windows color (decimal): -2461309 or 8614362. OLE color: 8614362.

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

Color convert

RGB218113131-
CMYK00.480.400.15
HSL349.71º58.66%64.9%-
HSV(B)349.71º48.17%85.49%-
XYZ38.9228.3524.89-
YUV146.45119.29179.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.19%
GREEN value IS 113 (44.53% from 255) = 24.46%
BLUE value IS 131 (51.56% from 255) = 28.35%
R=47.19%
G=24.46%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811313100.480.400.15349.7158.6664.9
HexDA718303028F15e3b41
Octal332161203060501753673101
Binary11011010111000110000011011000010100011111010111101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7183; }

 p { color: rgb(218,113,131); }

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

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

 a { background-color: rgb(218,113,131); }

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

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

 span { border-color: rgb(218,113,131); }

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