Html Css Color HEX #DB7480 Deep Blush

📋 copy color: '#DB7480'

red 219 ◦ green 116 ◦ blue 128

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

Shades of Deep Blush #DB7480

Tints of Deep Blush #DB7480

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.05%

 BLUE value IS 128 (50.39% from 255) = 27.65%

R = 47.3%
G = 25.05%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB7480 (or 0xDB7480) is known color: Deep Blush. HEX triplet: DB, 74 and 80. RGB value is (219,116,128). Sum of RGB (Red+Green+Blue) = 219+116+128=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7480 is #248B7F. Grayscale: #949494. Windows color (decimal): -2395008 or 8418523. OLE color: 8418523.

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

Color convert

RGB 219 116 128 -
CMYK 0 0.47 0.42 0.14
HSL 353.01º 0.59% 0.66% -
HSV(B) 353.01º 0.47% 0.86% -
XYZ 39.36 29.11 23.97 -
YUV 148.17 116.62 178.52 -
System Red Green Blue C M Y K H S L
Decimal 219 116 128 0 0.47 0.42 0.14 353.01 0.59 0.66
Hex DB 74 80 0 2F 2A E 161 3B 42
Octal 333 164 200 0 57 52 16 541 73 102
Binary 11011011 1110100 10000000 0 101111 101010 1110 101100001 111011 1000010

Color Harmonies of #DB7480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7480

Black with #DB7480

Text Example


Text Example

White with #DB7480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7480; }

 p { color: rgb(219,116,128); }

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

background-color css

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

 a { background-color: rgb(219,116,128); }

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

border-color css

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

 span { border-color: rgb(219,116,128); }

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