#DB7284

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

Shades of Deep Blush #DB7284

Tints of Deep Blush #DB7284

Color information

#DB7284 (or 0xDB7284) is unknown color: approx Deep Blush. HEX triplet: DB, 72 and 84. RGB value is (219,114,132). Sum of RGB (Red+Green+Blue) = 219+114+132=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7284 is #248D7B. Grayscale: #939393. Windows color (decimal): -2395516 or 8680155. OLE color: 8680155.

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

Color convert

RGB219114132-
CMYK00.480.400.14
HSL349.71º59.32%65.29%-
HSV(B)349.71º47.95%85.88%-
XYZ39.428.7625.3-
YUV147.45119.29179.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.10%
GREEN value IS 114 (44.92% from 255) = 24.52%
BLUE value IS 132 (51.95% from 255) = 28.39%
R=47.10%
G=24.52%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911413200.480.400.14349.7159.3265.29
HexDB728403028E15e3b41
Octal333162204060501653673101
Binary11011011111001010000100011000010100011101010111101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7284; }

 p { color: rgb(219,114,132); }

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

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

 a { background-color: rgb(219,114,132); }

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

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

 span { border-color: rgb(219,114,132); }

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