Html Css Color HEX #DB7382 Deep Blush

📋 copy color: '#DB7382'

red 219 ◦ green 115 ◦ blue 130

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

Shades of Deep Blush #DB7382

Tints of Deep Blush #DB7382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.78%

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

R = 47.2%
G = 24.78%
B = 28.02%

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

#DB7382 (or 0xDB7382) is known color: Deep Blush. HEX triplet: DB, 73 and 82. RGB value is (219,115,130). Sum of RGB (Red+Green+Blue) = 219+115+130=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7382 is #248C7D. Grayscale: #939393. Windows color (decimal): -2395262 or 8549339. OLE color: 8549339.

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

Color convert

RGB 219 115 130 -
CMYK 0 0.47 0.41 0.14
HSL 351.35º 0.59% 0.65% -
HSV(B) 351.35º 0.47% 0.86% -
XYZ 39.37 28.93 24.63 -
YUV 147.81 117.96 178.78 -
System Red Green Blue C M Y K H S L
Decimal 219 115 130 0 0.47 0.41 0.14 351.35 0.59 0.65
Hex DB 73 82 0 2F 29 E 15F 3B 41
Octal 333 163 202 0 57 51 16 537 73 101
Binary 11011011 1110011 10000010 0 101111 101001 1110 101011111 111011 1000001

Color Harmonies of #DB7382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7382

Black with #DB7382

Text Example


Text Example

White with #DB7382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7382; }

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

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

background-color css

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

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

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

border-color css

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

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

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