Html Css Color HEX #DC6C8B Deep Blush

📋 copy color: '#DC6C8B'

red 220 ◦ green 108 ◦ blue 139

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

Shades of Deep Blush #DC6C8B

Tints of Deep Blush #DC6C8B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.13%

 BLUE value IS 139 (54.69% from 255) = 29.76%

R = 47.11%
G = 23.13%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC6C8B (or 0xDC6C8B) is known color: Deep Blush. HEX triplet: DC, 6C and 8B. RGB value is (220,108,139). Sum of RGB (Red+Green+Blue) = 220+108+139=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6C8B is #239374. Grayscale: #919191. Windows color (decimal): -2331509 or 9137372. OLE color: 9137372.

HSL color Cylindrical-coordinate representation of color #DC6C8B: hue angle of 343.39º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6C8B is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 108 139 -
CMYK 0 0.51 0.37 0.14
HSL 343.39º 0.62% 0.64% -
HSV(B) 343.39º 0.51% 0.86% -
XYZ 39.54 27.8 27.71 -
YUV 145.02 124.61 181.48 -
System Red Green Blue C M Y K H S L
Decimal 220 108 139 0 0.51 0.37 0.14 343.39 0.62 0.64
Hex DC 6C 8B 0 33 25 E 157 3E 40
Octal 334 154 213 0 63 45 16 527 76 100
Binary 11011100 1101100 10001011 0 110011 100101 1110 101010111 111110 1000000

Color Harmonies of #DC6C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C8B

Black with #DC6C8B

Text Example


Text Example

White with #DC6C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C8B; }

 p { color: rgb(220,108,139); }

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

background-color css

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

 a { background-color: rgb(220,108,139); }

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

border-color css

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

 span { border-color: rgb(220,108,139); }

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