Html Css Color HEX #DC6F8A Deep Blush

📋 copy color: '#DC6F8A'

red 220 ◦ green 111 ◦ blue 138

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

Shades of Deep Blush #DC6F8A

Tints of Deep Blush #DC6F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.42%

R = 46.91%
G = 23.67%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC6F8A (or 0xDC6F8A) is known color: Deep Blush. HEX triplet: DC, 6F and 8A. RGB value is (220,111,138). Sum of RGB (Red+Green+Blue) = 220+111+138=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6F8A is #239075. Grayscale: #929292. Windows color (decimal): -2330742 or 9072604. OLE color: 9072604.

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

Color convert

RGB 220 111 138 -
CMYK 0 0.50 0.37 0.14
HSL 345.14º 0.61% 0.65% -
HSV(B) 345.14º 0.5% 0.86% -
XYZ 39.79 28.42 27.43 -
YUV 146.67 123.11 180.3 -
System Red Green Blue C M Y K H S L
Decimal 220 111 138 0 0.50 0.37 0.14 345.14 0.61 0.65
Hex DC 6F 8A 0 32 25 E 159 3D 41
Octal 334 157 212 0 62 45 16 531 75 101
Binary 11011100 1101111 10001010 0 110010 100101 1110 101011001 111101 1000001

Color Harmonies of #DC6F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F8A

Black with #DC6F8A

Text Example


Text Example

White with #DC6F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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