Html Css Color HEX #DC5594 Dark Pink

📋 copy color: '#DC5594'

red 220 ◦ green 85 ◦ blue 148

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

Shades of Dark Pink #DC5594

Tints of Dark Pink #DC5594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.76%

 BLUE value IS 148 (58.2% from 255) = 32.67%

R = 48.57%
G = 18.76%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC5594 (or 0xDC5594) is known color: Dark Pink. HEX triplet: DC, 55 and 94. RGB value is (220,85,148). Sum of RGB (Red+Green+Blue) = 220+85+148=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5594 is #23AA6B. Grayscale: #848484. Windows color (decimal): -2337388 or 9721308. OLE color: 9721308.

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

Color convert

RGB 220 85 148 -
CMYK 0 0.61 0.33 0.14
HSL 332º 0.66% 0.6% -
HSV(B) 332º 0.61% 0.86% -
XYZ 38.11 23.85 30.61 -
YUV 132.55 136.73 190.38 -
System Red Green Blue C M Y K H S L
Decimal 220 85 148 0 0.61 0.33 0.14 332 0.66 0.6
Hex DC 55 94 0 3D 21 E 14C 42 3C
Octal 334 125 224 0 75 41 16 514 102 74
Binary 11011100 1010101 10010100 0 111101 100001 1110 101001100 1000010 111100

Color Harmonies of #DC5594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5594

Black with #DC5594

Text Example


Text Example

White with #DC5594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5594; }

 p { color: rgb(220,85,148); }

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

background-color css

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

 a { background-color: rgb(220,85,148); }

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

border-color css

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

 span { border-color: rgb(220,85,148); }

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