Html Css Color HEX #DC6686 Deep Blush

📋 copy color: '#DC6686'

red 220 ◦ green 102 ◦ blue 134

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

Shades of Deep Blush #DC6686

Tints of Deep Blush #DC6686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.37%

 BLUE value IS 134 (52.73% from 255) = 29.39%

R = 48.25%
G = 22.37%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC6686 (or 0xDC6686) is known color: Deep Blush. HEX triplet: DC, 66 and 86. RGB value is (220,102,134). Sum of RGB (Red+Green+Blue) = 220+102+134=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6686 is #239979. Grayscale: #8C8C8C. Windows color (decimal): -2333050 or 8808156. OLE color: 8808156.

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

Color convert

RGB 220 102 134 -
CMYK 0 0.54 0.39 0.14
HSL 343.73º 0.63% 0.63% -
HSV(B) 343.73º 0.54% 0.86% -
XYZ 38.57 26.44 25.62 -
YUV 140.93 124.09 184.4 -
System Red Green Blue C M Y K H S L
Decimal 220 102 134 0 0.54 0.39 0.14 343.73 0.63 0.63
Hex DC 66 86 0 36 27 E 158 3F 3F
Octal 334 146 206 0 66 47 16 530 77 77
Binary 11011100 1100110 10000110 0 110110 100111 1110 101011000 111111 111111

Color Harmonies of #DC6686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6686

Black with #DC6686

Text Example


Text Example

White with #DC6686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6686; }

 p { color: rgb(220,102,134); }

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

background-color css

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

 a { background-color: rgb(220,102,134); }

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

border-color css

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

 span { border-color: rgb(220,102,134); }

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