Html Css Color HEX #DC6F87 Deep Blush

📋 copy color: '#DC6F87'

red 220 ◦ green 111 ◦ blue 135

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

Shades of Deep Blush #DC6F87

Tints of Deep Blush #DC6F87

RGB

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

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

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

R = 47.21%
G = 23.82%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC6F87 (or 0xDC6F87) is known color: Deep Blush. HEX triplet: DC, 6F and 87. RGB value is (220,111,135). Sum of RGB (Red+Green+Blue) = 220+111+135=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6F87 is #239078. Grayscale: #929292. Windows color (decimal): -2330745 or 8875996. OLE color: 8875996.

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

Color convert

RGB 220 111 135 -
CMYK 0 0.50 0.39 0.14
HSL 346.79º 0.61% 0.65% -
HSV(B) 346.79º 0.5% 0.86% -
XYZ 39.57 28.33 26.3 -
YUV 146.33 121.61 180.55 -
System Red Green Blue C M Y K H S L
Decimal 220 111 135 0 0.50 0.39 0.14 346.79 0.61 0.65
Hex DC 6F 87 0 32 27 E 15B 3D 41
Octal 334 157 207 0 62 47 16 533 75 101
Binary 11011100 1101111 10000111 0 110010 100111 1110 101011011 111101 1000001

Color Harmonies of #DC6F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F87

Black with #DC6F87

Text Example


Text Example

White with #DC6F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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