Html Css Color HEX #DC6588 Deep Blush

📋 copy color: '#DC6588'

red 220 ◦ green 101 ◦ blue 136

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

Shades of Deep Blush #DC6588

Tints of Deep Blush #DC6588

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.1%

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

R = 48.14%
G = 22.1%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC6588 (or 0xDC6588) is known color: Deep Blush. HEX triplet: DC, 65 and 88. RGB value is (220,101,136). Sum of RGB (Red+Green+Blue) = 220+101+136=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6588 is #239A77. Grayscale: #8C8C8C. Windows color (decimal): -2333304 or 8938972. OLE color: 8938972.

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

Color convert

RGB 220 101 136 -
CMYK 0 0.54 0.38 0.14
HSL 342.35º 0.63% 0.63% -
HSV(B) 342.35º 0.54% 0.86% -
XYZ 38.61 26.3 26.33 -
YUV 140.57 125.42 184.65 -
System Red Green Blue C M Y K H S L
Decimal 220 101 136 0 0.54 0.38 0.14 342.35 0.63 0.63
Hex DC 65 88 0 36 26 E 156 3F 3F
Octal 334 145 210 0 66 46 16 526 77 77
Binary 11011100 1100101 10001000 0 110110 100110 1110 101010110 111111 111111

Color Harmonies of #DC6588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6588

Black with #DC6588

Text Example


Text Example

White with #DC6588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6588; }

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

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

background-color css

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

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

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

border-color css

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

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

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