Html Css Color HEX #DC6F81 Deep Blush

📋 copy color: '#DC6F81'

red 220 ◦ green 111 ◦ blue 129

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

Shades of Deep Blush #DC6F81

Tints of Deep Blush #DC6F81

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.13%

 BLUE value IS 129 (50.78% from 255) = 28.04%

R = 47.83%
G = 24.13%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC6F81 (or 0xDC6F81) is known color: Deep Blush. HEX triplet: DC, 6F and 81. RGB value is (220,111,129). Sum of RGB (Red+Green+Blue) = 220+111+129=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6F81 is #23907E. Grayscale: #919191. Windows color (decimal): -2330751 or 8482780. OLE color: 8482780.

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

Color convert

RGB 220 111 129 -
CMYK 0 0.50 0.41 0.14
HSL 350.09º 0.61% 0.65% -
HSV(B) 350.09º 0.5% 0.86% -
XYZ 39.16 28.17 24.14 -
YUV 145.64 118.61 181.04 -
System Red Green Blue C M Y K H S L
Decimal 220 111 129 0 0.50 0.41 0.14 350.09 0.61 0.65
Hex DC 6F 81 0 32 29 E 15E 3D 41
Octal 334 157 201 0 62 51 16 536 75 101
Binary 11011100 1101111 10000001 0 110010 101001 1110 101011110 111101 1000001

Color Harmonies of #DC6F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F81

Black with #DC6F81

Text Example


Text Example

White with #DC6F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F81; }

 p { color: rgb(220,111,129); }

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

background-color css

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

 a { background-color: rgb(220,111,129); }

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

border-color css

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

 span { border-color: rgb(220,111,129); }

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