Html Css Color HEX #DC7A88 Deep Blush

📋 copy color: '#DC7A88'

red 220 ◦ green 122 ◦ blue 136

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

Shades of Deep Blush #DC7A88

Tints of Deep Blush #DC7A88

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.52%

 BLUE value IS 136 (53.52% from 255) = 28.45%

R = 46.03%
G = 25.52%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC7A88 (or 0xDC7A88) is known color: Deep Blush. HEX triplet: DC, 7A and 88. RGB value is (220,122,136). Sum of RGB (Red+Green+Blue) = 220+122+136=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7A88 is #238577. Grayscale: #989898. Windows color (decimal): -2327928 or 8944348. OLE color: 8944348.

HSL color Cylindrical-coordinate representation of color #DC7A88: hue angle of 351.43º degrees, saturation: 0.58, 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 #DC7A88 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 122 136 -
CMYK 0 0.45 0.38 0.14
HSL 351.43º 0.58% 0.67% -
HSV(B) 351.43º 0.45% 0.86% -
XYZ 40.92 30.91 27.1 -
YUV 152.9 118.47 175.86 -
System Red Green Blue C M Y K H S L
Decimal 220 122 136 0 0.45 0.38 0.14 351.43 0.58 0.67
Hex DC 7A 88 0 2D 26 E 15F 3A 43
Octal 334 172 210 0 55 46 16 537 72 103
Binary 11011100 1111010 10001000 0 101101 100110 1110 101011111 111010 1000011

Color Harmonies of #DC7A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7A88

Black with #DC7A88

Text Example


Text Example

White with #DC7A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7A88; }

 p { color: rgb(220,122,136); }

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

background-color css

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

 a { background-color: rgb(220,122,136); }

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

border-color css

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

 span { border-color: rgb(220,122,136); }

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