Html Css Color HEX #DC568C Dark Pink

📋 copy color: '#DC568C'

red 220 ◦ green 86 ◦ blue 140

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

Shades of Dark Pink #DC568C

Tints of Dark Pink #DC568C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.39%

R = 49.33%
G = 19.28%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC568C (or 0xDC568C) is known color: Dark Pink. HEX triplet: DC, 56 and 8C. RGB value is (220,86,140). Sum of RGB (Red+Green+Blue) = 220+86+140=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC568C is #23A973. Grayscale: #848484. Windows color (decimal): -2337140 or 9197276. OLE color: 9197276.

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

Color convert

RGB 220 86 140 -
CMYK 0 0.61 0.36 0.14
HSL 335.82º 0.66% 0.6% -
HSV(B) 335.82º 0.61% 0.86% -
XYZ 37.58 23.76 27.42 -
YUV 132.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 220 86 140 0 0.61 0.36 0.14 335.82 0.66 0.6
Hex DC 56 8C 0 3D 24 E 150 42 3C
Octal 334 126 214 0 75 44 16 520 102 74
Binary 11011100 1010110 10001100 0 111101 100100 1110 101010000 1000010 111100

Color Harmonies of #DC568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC568C

Black with #DC568C

Text Example


Text Example

White with #DC568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC568C; }

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

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

background-color css

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

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

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

border-color css

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

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

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