Html Css Color HEX #DC6D8C Deep Blush

📋 copy color: '#DC6D8C'

red 220 ◦ green 109 ◦ blue 140

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

Shades of Deep Blush #DC6D8C

Tints of Deep Blush #DC6D8C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.24%

 BLUE value IS 140 (55.08% from 255) = 29.85%

R = 46.91%
G = 23.24%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC6D8C (or 0xDC6D8C) is known color: Deep Blush. HEX triplet: DC, 6D and 8C. RGB value is (220,109,140). Sum of RGB (Red+Green+Blue) = 220+109+140=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6D8C is #239273. Grayscale: #919191. Windows color (decimal): -2331252 or 9203164. OLE color: 9203164.

HSL color Cylindrical-coordinate representation of color #DC6D8C: hue angle of 343.24º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6D8C is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 109 140 -
CMYK 0 0.50 0.36 0.14
HSL 343.24º 0.61% 0.65% -
HSV(B) 343.24º 0.5% 0.86% -
XYZ 39.72 28.05 28.13 -
YUV 145.72 124.77 180.98 -
System Red Green Blue C M Y K H S L
Decimal 220 109 140 0 0.50 0.36 0.14 343.24 0.61 0.65
Hex DC 6D 8C 0 32 24 E 157 3D 41
Octal 334 155 214 0 62 44 16 527 75 101
Binary 11011100 1101101 10001100 0 110010 100100 1110 101010111 111101 1000001

Color Harmonies of #DC6D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6D8C

Black with #DC6D8C

Text Example


Text Example

White with #DC6D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6D8C; }

 p { color: rgb(220,109,140); }

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

background-color css

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

 a { background-color: rgb(220,109,140); }

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

border-color css

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

 span { border-color: rgb(220,109,140); }

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