Html Css Color HEX #DB7487 Deep Blush

📋 copy color: '#DB7487'

red 219 ◦ green 116 ◦ blue 135

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

Shades of Deep Blush #DB7487

Tints of Deep Blush #DB7487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.72%

R = 46.6%
G = 24.68%
B = 28.72%

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

#DB7487 (or 0xDB7487) is known color: Deep Blush. HEX triplet: DB, 74 and 87. RGB value is (219,116,135). Sum of RGB (Red+Green+Blue) = 219+116+135=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7487 is #248B78. Grayscale: #949494. Windows color (decimal): -2395001 or 8877275. OLE color: 8877275.

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

Color convert

RGB 219 116 135 -
CMYK 0 0.47 0.38 0.14
HSL 348.93º 0.59% 0.66% -
HSV(B) 348.93º 0.47% 0.86% -
XYZ 39.83 29.3 26.48 -
YUV 148.96 120.12 177.96 -
System Red Green Blue C M Y K H S L
Decimal 219 116 135 0 0.47 0.38 0.14 348.93 0.59 0.66
Hex DB 74 87 0 2F 26 E 15D 3B 42
Octal 333 164 207 0 57 46 16 535 73 102
Binary 11011011 1110100 10000111 0 101111 100110 1110 101011101 111011 1000010

Color Harmonies of #DB7487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7487

Black with #DB7487

Text Example


Text Example

White with #DB7487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7487; }

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

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

background-color css

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

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

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

border-color css

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

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

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