Html Css Color HEX #DC568B Dark Pink

📋 copy color: '#DC568B'

red 220 ◦ green 86 ◦ blue 139

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

Shades of Dark Pink #DC568B

Tints of Dark Pink #DC568B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.24%

R = 49.44%
G = 19.33%
B = 31.24%

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

#DC568B (or 0xDC568B) is known color: Dark Pink. HEX triplet: DC, 56 and 8B. RGB value is (220,86,139). Sum of RGB (Red+Green+Blue) = 220+86+139=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC568B is #23A974. Grayscale: #848484. Windows color (decimal): -2337141 or 9131740. OLE color: 9131740.

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

Color convert

RGB 220 86 139 -
CMYK 0 0.61 0.37 0.14
HSL 336.27º 0.66% 0.6% -
HSV(B) 336.27º 0.61% 0.86% -
XYZ 37.5 23.74 27.03 -
YUV 132.11 131.89 190.69 -
System Red Green Blue C M Y K H S L
Decimal 220 86 139 0 0.61 0.37 0.14 336.27 0.66 0.6
Hex DC 56 8B 0 3D 25 E 150 42 3C
Octal 334 126 213 0 75 45 16 520 102 74
Binary 11011100 1010110 10001011 0 111101 100101 1110 101010000 1000010 111100

Color Harmonies of #DC568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC568B

Black with #DC568B

Text Example


Text Example

White with #DC568B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC568B; }

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

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

background-color css

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

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

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

border-color css

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

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

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