Html Css Color HEX #DB718C Deep Blush

📋 copy color: '#DB718C'

red 219 ◦ green 113 ◦ blue 140

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

Shades of Deep Blush #DB718C

Tints of Deep Blush #DB718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.94%

 BLUE value IS 140 (55.08% from 255) = 29.66%

R = 46.4%
G = 23.94%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB718C (or 0xDB718C) is known color: Deep Blush. HEX triplet: DB, 71 and 8C. RGB value is (219,113,140). Sum of RGB (Red+Green+Blue) = 219+113+140=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB718C is #248E73. Grayscale: #939393. Windows color (decimal): -2395764 or 9204187. OLE color: 9204187.

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

Color convert

RGB 219 113 140 -
CMYK 0 0.48 0.36 0.14
HSL 344.72º 0.6% 0.65% -
HSV(B) 344.72º 0.48% 0.86% -
XYZ 39.85 28.76 28.26 -
YUV 147.77 123.62 178.8 -
System Red Green Blue C M Y K H S L
Decimal 219 113 140 0 0.48 0.36 0.14 344.72 0.6 0.65
Hex DB 71 8C 0 30 24 E 159 3C 41
Octal 333 161 214 0 60 44 16 531 74 101
Binary 11011011 1110001 10001100 0 110000 100100 1110 101011001 111100 1000001

Color Harmonies of #DB718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB718C

Black with #DB718C

Text Example


Text Example

White with #DB718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB718C; }

 p { color: rgb(219,113,140); }

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

background-color css

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

 a { background-color: rgb(219,113,140); }

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

border-color css

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

 span { border-color: rgb(219,113,140); }

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