Html Css Color HEX #DB7582 Deep Blush

📋 copy color: '#DB7582'

red 219 ◦ green 117 ◦ blue 130

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

Shades of Deep Blush #DB7582

Tints of Deep Blush #DB7582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.9%

R = 47%
G = 25.11%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB7582 (or 0xDB7582) is known color: Deep Blush. HEX triplet: DB, 75 and 82. RGB value is (219,117,130). Sum of RGB (Red+Green+Blue) = 219+117+130=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7582 is #248A7D. Grayscale: #959595. Windows color (decimal): -2394750 or 8549851. OLE color: 8549851.

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

Color convert

RGB 219 117 130 -
CMYK 0 0.47 0.41 0.14
HSL 352.35º 0.59% 0.66% -
HSV(B) 352.35º 0.47% 0.86% -
XYZ 39.6 29.39 24.71 -
YUV 148.98 117.29 177.94 -
System Red Green Blue C M Y K H S L
Decimal 219 117 130 0 0.47 0.41 0.14 352.35 0.59 0.66
Hex DB 75 82 0 2F 29 E 160 3B 42
Octal 333 165 202 0 57 51 16 540 73 102
Binary 11011011 1110101 10000010 0 101111 101001 1110 101100000 111011 1000010

Color Harmonies of #DB7582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7582

Black with #DB7582

Text Example


Text Example

White with #DB7582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7582; }

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

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

background-color css

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

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

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

border-color css

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

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

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