Html Css Color HEX #DB738A Deep Blush

📋 copy color: '#DB738A'

red 219 ◦ green 115 ◦ blue 138

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

Shades of Deep Blush #DB738A

Tints of Deep Blush #DB738A

RGB

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

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

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

R = 46.4%
G = 24.36%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB738A (or 0xDB738A) is known color: Deep Blush. HEX triplet: DB, 73 and 8A. RGB value is (219,115,138). Sum of RGB (Red+Green+Blue) = 219+115+138=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB738A is #248C75. Grayscale: #949494. Windows color (decimal): -2395254 or 9073627. OLE color: 9073627.

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

Color convert

RGB 219 115 138 -
CMYK 0 0.47 0.37 0.14
HSL 346.73º 0.59% 0.65% -
HSV(B) 346.73º 0.47% 0.86% -
XYZ 39.93 29.16 27.57 -
YUV 148.72 121.96 178.13 -
System Red Green Blue C M Y K H S L
Decimal 219 115 138 0 0.47 0.37 0.14 346.73 0.59 0.65
Hex DB 73 8A 0 2F 25 E 15B 3B 41
Octal 333 163 212 0 57 45 16 533 73 101
Binary 11011011 1110011 10001010 0 101111 100101 1110 101011011 111011 1000001

Color Harmonies of #DB738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB738A

Black with #DB738A

Text Example


Text Example

White with #DB738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB738A; }

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

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

background-color css

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

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

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

border-color css

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

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

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