Html Css Color HEX #DC7687 Deep Blush

📋 copy color: '#DC7687'

red 220 ◦ green 118 ◦ blue 135

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

Shades of Deep Blush #DC7687

Tints of Deep Blush #DC7687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.54%

R = 46.51%
G = 24.95%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC7687 (or 0xDC7687) is known color: Deep Blush. HEX triplet: DC, 76 and 87. RGB value is (220,118,135). Sum of RGB (Red+Green+Blue) = 220+118+135=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7687 is #238978. Grayscale: #969696. Windows color (decimal): -2328953 or 8877788. OLE color: 8877788.

HSL color Cylindrical-coordinate representation of color #DC7687: hue angle of 350º 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 #DC7687 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 118 135 -
CMYK 0 0.46 0.39 0.14
HSL 350º 0.59% 0.66% -
HSV(B) 350º 0.46% 0.86% -
XYZ 40.37 29.92 26.57 -
YUV 150.44 119.29 177.62 -
System Red Green Blue C M Y K H S L
Decimal 220 118 135 0 0.46 0.39 0.14 350 0.59 0.66
Hex DC 76 87 0 2E 27 E 15E 3B 42
Octal 334 166 207 0 56 47 16 536 73 102
Binary 11011100 1110110 10000111 0 101110 100111 1110 101011110 111011 1000010

Color Harmonies of #DC7687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7687

Black with #DC7687

Text Example


Text Example

White with #DC7687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7687; }

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

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

background-color css

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

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

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

border-color css

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

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

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