Html Css Color HEX #DC568A Dark Pink

📋 copy color: '#DC568A'

red 220 ◦ green 86 ◦ blue 138

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

Shades of Dark Pink #DC568A

Tints of Dark Pink #DC568A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.37%

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

R = 49.55%
G = 19.37%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC568A (or 0xDC568A) is known color: Dark Pink. HEX triplet: DC, 56 and 8A. RGB value is (220,86,138). Sum of RGB (Red+Green+Blue) = 220+86+138=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC568A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC568A is #23A975. Grayscale: #838383. Windows color (decimal): -2337142 or 9066204. OLE color: 9066204.

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

Color convert

RGB 220 86 138 -
CMYK 0 0.61 0.37 0.14
HSL 336.72º 0.66% 0.6% -
HSV(B) 336.72º 0.61% 0.86% -
XYZ 37.43 23.71 26.65 -
YUV 131.99 131.39 190.77 -
System Red Green Blue C M Y K H S L
Decimal 220 86 138 0 0.61 0.37 0.14 336.72 0.66 0.6
Hex DC 56 8A 0 3D 25 E 151 42 3C
Octal 334 126 212 0 75 45 16 521 102 74
Binary 11011100 1010110 10001010 0 111101 100101 1110 101010001 1000010 111100

Color Harmonies of #DC568A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC568A

Black with #DC568A

Text Example


Text Example

White with #DC568A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC568A; }

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

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

background-color css

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

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

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

border-color css

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

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

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