Html Css Color HEX #DC5AB1 Hot Pink

📋 copy color: '#DC5AB1'

red 220 ◦ green 90 ◦ blue 177

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

Shades of Hot Pink #DC5AB1

Tints of Hot Pink #DC5AB1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.48%

 BLUE value IS 177 (69.53% from 255) = 36.34%

R = 45.17%
G = 18.48%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC5AB1 (or 0xDC5AB1) is known color: Hot Pink. HEX triplet: DC, 5A and B1. RGB value is (220,90,177). Sum of RGB (Red+Green+Blue) = 220+90+177=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5AB1 is #23A54E. Grayscale: #8A8A8A. Windows color (decimal): -2336079 or 11623132. OLE color: 11623132.

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

Color convert

RGB 220 90 177 -
CMYK 0 0.59 0.20 0.14
HSL 319.85º 0.65% 0.61% -
HSV(B) 319.85º 0.59% 0.86% -
XYZ 41.11 25.7 44.39 -
YUV 138.79 149.57 185.93 -
System Red Green Blue C M Y K H S L
Decimal 220 90 177 0 0.59 0.20 0.14 319.85 0.65 0.61
Hex DC 5A B1 0 3B 14 E 140 41 3D
Octal 334 132 261 0 73 24 16 500 101 75
Binary 11011100 1011010 10110001 0 111011 10100 1110 101000000 1000001 111101

Color Harmonies of #DC5AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5AB1

Black with #DC5AB1

Text Example


Text Example

White with #DC5AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5AB1; }

 p { color: rgb(220,90,177); }

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

background-color css

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

 a { background-color: rgb(220,90,177); }

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

border-color css

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

 span { border-color: rgb(220,90,177); }

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