Html Css Color HEX #DB7584 Deep Blush

📋 copy color: '#DB7584'

red 219 ◦ green 117 ◦ blue 132

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

Shades of Deep Blush #DB7584

Tints of Deep Blush #DB7584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.21%

R = 46.79%
G = 25%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB7584 (or 0xDB7584) is known color: Deep Blush. HEX triplet: DB, 75 and 84. RGB value is (219,117,132). Sum of RGB (Red+Green+Blue) = 219+117+132=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7584 is #248A7B. Grayscale: #959595. Windows color (decimal): -2394748 or 8680923. OLE color: 8680923.

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

Color convert

RGB 219 117 132 -
CMYK 0 0.47 0.40 0.14
HSL 351.18º 0.59% 0.66% -
HSV(B) 351.18º 0.47% 0.86% -
XYZ 39.74 29.45 25.42 -
YUV 149.21 118.29 177.78 -
System Red Green Blue C M Y K H S L
Decimal 219 117 132 0 0.47 0.40 0.14 351.18 0.59 0.66
Hex DB 75 84 0 2F 28 E 15F 3B 42
Octal 333 165 204 0 57 50 16 537 73 102
Binary 11011011 1110101 10000100 0 101111 101000 1110 101011111 111011 1000010

Color Harmonies of #DB7584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7584

Black with #DB7584

Text Example


Text Example

White with #DB7584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7584; }

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

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

background-color css

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

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

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

border-color css

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

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

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