Html Css Color HEX #DC5692 Dark Pink

📋 copy color: '#DC5692'

red 220 ◦ green 86 ◦ blue 146

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

Shades of Dark Pink #DC5692

Tints of Dark Pink #DC5692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.3%

R = 48.67%
G = 19.03%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC5692 (or 0xDC5692) is known color: Dark Pink. HEX triplet: DC, 56 and 92. RGB value is (220,86,146). Sum of RGB (Red+Green+Blue) = 220+86+146=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5692 is #23A96D. Grayscale: #848484. Windows color (decimal): -2337134 or 9590492. OLE color: 9590492.

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

Color convert

RGB 220 86 146 -
CMYK 0 0.61 0.34 0.14
HSL 333.13º 0.66% 0.6% -
HSV(B) 333.13º 0.61% 0.86% -
XYZ 38.03 23.95 29.81 -
YUV 132.91 135.39 190.12 -
System Red Green Blue C M Y K H S L
Decimal 220 86 146 0 0.61 0.34 0.14 333.13 0.66 0.6
Hex DC 56 92 0 3D 22 E 14D 42 3C
Octal 334 126 222 0 75 42 16 515 102 74
Binary 11011100 1010110 10010010 0 111101 100010 1110 101001101 1000010 111100

Color Harmonies of #DC5692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5692

Black with #DC5692

Text Example


Text Example

White with #DC5692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5692; }

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

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

background-color css

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

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

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

border-color css

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

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

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