Html Css Color HEX #DC7688 Deep Blush

📋 copy color: '#DC7688'

red 220 ◦ green 118 ◦ blue 136

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

Shades of Deep Blush #DC7688

Tints of Deep Blush #DC7688

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.89%

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

R = 46.41%
G = 24.89%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC7688 (or 0xDC7688) is known color: Deep Blush. HEX triplet: DC, 76 and 88. RGB value is (220,118,136). Sum of RGB (Red+Green+Blue) = 220+118+136=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7688 is #238977. Grayscale: #969696. Windows color (decimal): -2328952 or 8943324. OLE color: 8943324.

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

Color convert

RGB 220 118 136 -
CMYK 0 0.46 0.38 0.14
HSL 349.41º 0.59% 0.66% -
HSV(B) 349.41º 0.46% 0.86% -
XYZ 40.44 29.95 26.94 -
YUV 150.55 119.79 177.54 -
System Red Green Blue C M Y K H S L
Decimal 220 118 136 0 0.46 0.38 0.14 349.41 0.59 0.66
Hex DC 76 88 0 2E 26 E 15D 3B 42
Octal 334 166 210 0 56 46 16 535 73 102
Binary 11011100 1110110 10001000 0 101110 100110 1110 101011101 111011 1000010

Color Harmonies of #DC7688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7688

Black with #DC7688

Text Example


Text Example

White with #DC7688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7688; }

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

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

background-color css

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

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

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

border-color css

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

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

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