Html Css Color HEX #DC6B87 Deep Blush

📋 copy color: '#DC6B87'

red 220 ◦ green 107 ◦ blue 135

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

Shades of Deep Blush #DC6B87

Tints of Deep Blush #DC6B87

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.16%

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

R = 47.62%
G = 23.16%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC6B87 (or 0xDC6B87) is known color: Deep Blush. HEX triplet: DC, 6B and 87. RGB value is (220,107,135). Sum of RGB (Red+Green+Blue) = 220+107+135=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6B87 is #239478. Grayscale: #8F8F8F. Windows color (decimal): -2331769 or 8874972. OLE color: 8874972.

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

Color convert

RGB 220 107 135 -
CMYK 0 0.51 0.39 0.14
HSL 345.13º 0.62% 0.64% -
HSV(B) 345.13º 0.51% 0.86% -
XYZ 39.15 27.48 26.16 -
YUV 143.98 122.94 182.22 -
System Red Green Blue C M Y K H S L
Decimal 220 107 135 0 0.51 0.39 0.14 345.13 0.62 0.64
Hex DC 6B 87 0 33 27 E 159 3E 40
Octal 334 153 207 0 63 47 16 531 76 100
Binary 11011100 1101011 10000111 0 110011 100111 1110 101011001 111110 1000000

Color Harmonies of #DC6B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B87

Black with #DC6B87

Text Example


Text Example

White with #DC6B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B87; }

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

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

background-color css

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

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

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

border-color css

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

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

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