Html Css Color HEX #DB7588 Deep Blush

📋 copy color: '#DB7588'

red 219 ◦ green 117 ◦ blue 136

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

Shades of Deep Blush #DB7588

Tints of Deep Blush #DB7588

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.79%

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

R = 46.4%
G = 24.79%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB7588 (or 0xDB7588) is known color: Deep Blush. HEX triplet: DB, 75 and 88. RGB value is (219,117,136). Sum of RGB (Red+Green+Blue) = 219+117+136=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7588 is #248A77. Grayscale: #959595. Windows color (decimal): -2394744 or 8943067. OLE color: 8943067.

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

Color convert

RGB 219 117 136 -
CMYK 0 0.47 0.38 0.14
HSL 348.82º 0.59% 0.66% -
HSV(B) 348.82º 0.47% 0.86% -
XYZ 40.02 29.56 26.89 -
YUV 149.66 120.29 177.46 -
System Red Green Blue C M Y K H S L
Decimal 219 117 136 0 0.47 0.38 0.14 348.82 0.59 0.66
Hex DB 75 88 0 2F 26 E 15D 3B 42
Octal 333 165 210 0 57 46 16 535 73 102
Binary 11011011 1110101 10001000 0 101111 100110 1110 101011101 111011 1000010

Color Harmonies of #DB7588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7588

Black with #DB7588

Text Example


Text Example

White with #DB7588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7588; }

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

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

background-color css

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

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

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

border-color css

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

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

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