Html Css Color HEX #DB738C Deep Blush

📋 copy color: '#DB738C'

red 219 ◦ green 115 ◦ blue 140

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

Shades of Deep Blush #DB738C

Tints of Deep Blush #DB738C

RGB

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

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

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

R = 46.2%
G = 24.26%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB738C (or 0xDB738C) is known color: Deep Blush. HEX triplet: DB, 73 and 8C. RGB value is (219,115,140). Sum of RGB (Red+Green+Blue) = 219+115+140=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB738C is #248C73. Grayscale: #949494. Windows color (decimal): -2395252 or 9204699. OLE color: 9204699.

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

Color convert

RGB 219 115 140 -
CMYK 0 0.47 0.36 0.14
HSL 345.58º 0.59% 0.65% -
HSV(B) 345.58º 0.47% 0.86% -
XYZ 40.08 29.21 28.34 -
YUV 148.95 122.96 177.97 -
System Red Green Blue C M Y K H S L
Decimal 219 115 140 0 0.47 0.36 0.14 345.58 0.59 0.65
Hex DB 73 8C 0 2F 24 E 15A 3B 41
Octal 333 163 214 0 57 44 16 532 73 101
Binary 11011011 1110011 10001100 0 101111 100100 1110 101011010 111011 1000001

Color Harmonies of #DB738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB738C

Black with #DB738C

Text Example


Text Example

White with #DB738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB738C; }

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

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

background-color css

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

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

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

border-color css

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

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

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