Html Css Color HEX #DC7588 Deep Blush

📋 copy color: '#DC7588'

red 220 ◦ green 117 ◦ blue 136

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

Shades of Deep Blush #DC7588

Tints of Deep Blush #DC7588

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.74%

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

R = 46.51%
G = 24.74%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC7588 (or 0xDC7588) is known color: Deep Blush. HEX triplet: DC, 75 and 88. RGB value is (220,117,136). Sum of RGB (Red+Green+Blue) = 220+117+136=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7588 is #238A77. Grayscale: #959595. Windows color (decimal): -2329208 or 8943068. OLE color: 8943068.

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

Color convert

RGB 220 117 136 -
CMYK 0 0.47 0.38 0.14
HSL 348.93º 0.6% 0.66% -
HSV(B) 348.93º 0.47% 0.86% -
XYZ 40.32 29.72 26.9 -
YUV 149.96 120.12 177.96 -
System Red Green Blue C M Y K H S L
Decimal 220 117 136 0 0.47 0.38 0.14 348.93 0.6 0.66
Hex DC 75 88 0 2F 26 E 15D 3C 42
Octal 334 165 210 0 57 46 16 535 74 102
Binary 11011100 1110101 10001000 0 101111 100110 1110 101011101 111100 1000010

Color Harmonies of #DC7588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7588

Black with #DC7588

Text Example


Text Example

White with #DC7588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7588; }

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

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

background-color css

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

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

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

border-color css

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

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

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