Html Css Color HEX #DC5DB1 Hot Pink

📋 copy color: '#DC5DB1'

red 220 ◦ green 93 ◦ blue 177

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

Shades of Hot Pink #DC5DB1

Tints of Hot Pink #DC5DB1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.98%

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

R = 44.9%
G = 18.98%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC5DB1 (or 0xDC5DB1) is known color: Hot Pink. HEX triplet: DC, 5D and B1. RGB value is (220,93,177). Sum of RGB (Red+Green+Blue) = 220+93+177=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5DB1 is #23A24E. Grayscale: #8C8C8C. Windows color (decimal): -2335311 or 11623900. OLE color: 11623900.

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

Color convert

RGB 220 93 177 -
CMYK 0 0.58 0.20 0.14
HSL 320.32º 0.64% 0.61% -
HSV(B) 320.32º 0.58% 0.86% -
XYZ 41.37 26.22 44.48 -
YUV 140.55 148.58 184.67 -
System Red Green Blue C M Y K H S L
Decimal 220 93 177 0 0.58 0.20 0.14 320.32 0.64 0.61
Hex DC 5D B1 0 3A 14 E 140 40 3D
Octal 334 135 261 0 72 24 16 500 100 75
Binary 11011100 1011101 10110001 0 111010 10100 1110 101000000 1000000 111101

Color Harmonies of #DC5DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5DB1

Black with #DC5DB1

Text Example


Text Example

White with #DC5DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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