Html Css Color HEX #DB7288 Deep Blush

📋 copy color: '#DB7288'

red 219 ◦ green 114 ◦ blue 136

#DB7288
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #DB7288

Tints of Deep Blush #DB7288

RGB

 RED value IS 219 (85.94% from 255) = 46.7%

 GREEN value IS 114 (44.92% from 255) = 24.31%

 BLUE value IS 136 (53.52% from 255) = 29%

R = 46.7%
G = 24.31%
B = 29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB7288 (or 0xDB7288) is known color: Deep Blush. HEX triplet: DB, 72 and 88. RGB value is (219,114,136). Sum of RGB (Red+Green+Blue) = 219+114+136=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7288 is #248D77. Grayscale: #939393. Windows color (decimal): -2395512 or 8942299. OLE color: 8942299.

HSL color Cylindrical-coordinate representation of color #DB7288: hue angle of 347.43º 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 #DB7288 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 114 136 -
CMYK 0 0.48 0.38 0.14
HSL 347.43º 0.59% 0.65% -
HSV(B) 347.43º 0.48% 0.86% -
XYZ 39.67 28.87 26.77 -
YUV 147.9 121.29 178.71 -
System Red Green Blue C M Y K H S L
Decimal 219 114 136 0 0.48 0.38 0.14 347.43 0.59 0.65
Hex DB 72 88 0 30 26 E 15B 3B 41
Octal 333 162 210 0 60 46 16 533 73 101
Binary 11011011 1110010 10001000 0 110000 100110 1110 101011011 111011 1000001

Color Harmonies of #DB7288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7288

Black with #DB7288

Text Example


Text Example

White with #DB7288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7288; }

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

 H1.HeaderClassName
 {
   color: #DB7288;
 }
 .AnyTagClassName
 {
   color: #DB7288;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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