Html Css Color HEX #DC7886 Deep Blush

📋 copy color: '#DC7886'

red 220 ◦ green 120 ◦ blue 134

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

Shades of Deep Blush #DC7886

Tints of Deep Blush #DC7886

RGB

 RED value IS 220 (86.33% from 255) = 46.41%

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

 BLUE value IS 134 (52.73% from 255) = 28.27%

R = 46.41%
G = 25.32%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC7886 (or 0xDC7886) is known color: Deep Blush. HEX triplet: DC, 78 and 86. RGB value is (220,120,134). Sum of RGB (Red+Green+Blue) = 220+120+134=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7886 is #238779. Grayscale: #979797. Windows color (decimal): -2328442 or 8812764. OLE color: 8812764.

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

Color convert

RGB 220 120 134 -
CMYK 0 0.45 0.39 0.14
HSL 351.6º 0.59% 0.67% -
HSV(B) 351.6º 0.45% 0.86% -
XYZ 40.53 30.37 26.28 -
YUV 151.5 118.13 176.86 -
System Red Green Blue C M Y K H S L
Decimal 220 120 134 0 0.45 0.39 0.14 351.6 0.59 0.67
Hex DC 78 86 0 2D 27 E 160 3B 43
Octal 334 170 206 0 55 47 16 540 73 103
Binary 11011100 1111000 10000110 0 101101 100111 1110 101100000 111011 1000011

Color Harmonies of #DC7886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7886

Black with #DC7886

Text Example


Text Example

White with #DC7886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7886; }

 p { color: rgb(220,120,134); }

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

background-color css

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

 a { background-color: rgb(220,120,134); }

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

border-color css

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

 span { border-color: rgb(220,120,134); }

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