Html Css Color HEX #DB707F Deep Blush

📋 copy color: '#DB707F'

red 219 ◦ green 112 ◦ blue 127

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

Shades of Deep Blush #DB707F

Tints of Deep Blush #DB707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.45%

 BLUE value IS 127 (50% from 255) = 27.73%

R = 47.82%
G = 24.45%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB707F (or 0xDB707F) is known color: Deep Blush. HEX triplet: DB, 70 and 7F. RGB value is (219,112,127). Sum of RGB (Red+Green+Blue) = 219+112+127=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB707F is #248F80. Grayscale: #919191. Windows color (decimal): -2396033 or 8351963. OLE color: 8351963.

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

Color convert

RGB 219 112 127 -
CMYK 0 0.49 0.42 0.14
HSL 351.59º 0.6% 0.65% -
HSV(B) 351.59º 0.49% 0.86% -
XYZ 38.84 28.18 23.47 -
YUV 145.7 117.45 180.28 -
System Red Green Blue C M Y K H S L
Decimal 219 112 127 0 0.49 0.42 0.14 351.59 0.6 0.65
Hex DB 70 7F 0 31 2A E 160 3C 41
Octal 333 160 177 0 61 52 16 540 74 101
Binary 11011011 1110000 1111111 0 110001 101010 1110 101100000 111100 1000001

Color Harmonies of #DB707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB707F

Black with #DB707F

Text Example


Text Example

White with #DB707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB707F; }

 p { color: rgb(219,112,127); }

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

background-color css

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

 a { background-color: rgb(219,112,127); }

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

border-color css

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

 span { border-color: rgb(219,112,127); }

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