Html Css Color HEX #DB7883 Deep Blush

📋 copy color: '#DB7883'

red 219 ◦ green 120 ◦ blue 131

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

Shades of Deep Blush #DB7883

Tints of Deep Blush #DB7883

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.53%

 BLUE value IS 131 (51.56% from 255) = 27.87%

R = 46.6%
G = 25.53%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB7883 (or 0xDB7883) is known color: Deep Blush. HEX triplet: DB, 78 and 83. RGB value is (219,120,131). Sum of RGB (Red+Green+Blue) = 219+120+131=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7883 is #24877C. Grayscale: #969696. Windows color (decimal): -2393981 or 8616155. OLE color: 8616155.

HSL color Cylindrical-coordinate representation of color #DB7883: hue angle of 353.33º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB7883 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 120 131 -
CMYK 0 0.45 0.40 0.14
HSL 353.33º 0.58% 0.66% -
HSV(B) 353.33º 0.45% 0.86% -
XYZ 40.03 30.13 25.18 -
YUV 150.86 116.8 176.61 -
System Red Green Blue C M Y K H S L
Decimal 219 120 131 0 0.45 0.40 0.14 353.33 0.58 0.66
Hex DB 78 83 0 2D 28 E 161 3A 42
Octal 333 170 203 0 55 50 16 541 72 102
Binary 11011011 1111000 10000011 0 101101 101000 1110 101100001 111010 1000010

Color Harmonies of #DB7883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7883

Black with #DB7883

Text Example


Text Example

White with #DB7883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7883; }

 p { color: rgb(219,120,131); }

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

background-color css

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

 a { background-color: rgb(219,120,131); }

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

border-color css

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

 span { border-color: rgb(219,120,131); }

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