Html Css Color HEX #DB748C Deep Blush

📋 copy color: '#DB748C'

red 219 ◦ green 116 ◦ blue 140

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

Shades of Deep Blush #DB748C

Tints of Deep Blush #DB748C

RGB

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

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

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

R = 46.11%
G = 24.42%
B = 29.47%

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

#DB748C (or 0xDB748C) is known color: Deep Blush. HEX triplet: DB, 74 and 8C. RGB value is (219,116,140). Sum of RGB (Red+Green+Blue) = 219+116+140=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB748C is #248B73. Grayscale: #959595. Windows color (decimal): -2394996 or 9204955. OLE color: 9204955.

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

Color convert

RGB 219 116 140 -
CMYK 0 0.47 0.36 0.14
HSL 346.02º 0.59% 0.66% -
HSV(B) 346.02º 0.47% 0.86% -
XYZ 40.19 29.44 28.38 -
YUV 149.53 122.62 177.55 -
System Red Green Blue C M Y K H S L
Decimal 219 116 140 0 0.47 0.36 0.14 346.02 0.59 0.66
Hex DB 74 8C 0 2F 24 E 15A 3B 42
Octal 333 164 214 0 57 44 16 532 73 102
Binary 11011011 1110100 10001100 0 101111 100100 1110 101011010 111011 1000010

Color Harmonies of #DB748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB748C

Black with #DB748C

Text Example


Text Example

White with #DB748C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB748C; }

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

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

background-color css

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

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

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

border-color css

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

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

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