Html Css Color HEX #DB718A Deep Blush

📋 copy color: '#DB718A'

red 219 ◦ green 113 ◦ blue 138

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

Shades of Deep Blush #DB718A

Tints of Deep Blush #DB718A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.36%

R = 46.6%
G = 24.04%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB718A (or 0xDB718A) is known color: Deep Blush. HEX triplet: DB, 71 and 8A. RGB value is (219,113,138). Sum of RGB (Red+Green+Blue) = 219+113+138=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB718A is #248E75. Grayscale: #939393. Windows color (decimal): -2395766 or 9073115. OLE color: 9073115.

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

Color convert

RGB 219 113 138 -
CMYK 0 0.48 0.37 0.14
HSL 345.85º 0.6% 0.65% -
HSV(B) 345.85º 0.48% 0.86% -
XYZ 39.71 28.71 27.49 -
YUV 147.54 122.62 178.97 -
System Red Green Blue C M Y K H S L
Decimal 219 113 138 0 0.48 0.37 0.14 345.85 0.6 0.65
Hex DB 71 8A 0 30 25 E 15A 3C 41
Octal 333 161 212 0 60 45 16 532 74 101
Binary 11011011 1110001 10001010 0 110000 100101 1110 101011010 111100 1000001

Color Harmonies of #DB718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB718A

Black with #DB718A

Text Example


Text Example

White with #DB718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB718A; }

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

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

background-color css

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

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

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

border-color css

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

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

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