Html Css Color HEX #DC61B1 Hot Pink

📋 copy color: '#DC61B1'

red 220 ◦ green 97 ◦ blue 177

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

Shades of Hot Pink #DC61B1

Tints of Hot Pink #DC61B1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.64%

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

R = 44.53%
G = 19.64%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC61B1 (or 0xDC61B1) is known color: Hot Pink. HEX triplet: DC, 61 and B1. RGB value is (220,97,177). Sum of RGB (Red+Green+Blue) = 220+97+177=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC61B1 is #239E4E. Grayscale: #8E8E8E. Windows color (decimal): -2334287 or 11624924. OLE color: 11624924.

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

Color convert

RGB 220 97 177 -
CMYK 0 0.56 0.20 0.14
HSL 320.98º 0.64% 0.62% -
HSV(B) 320.98º 0.56% 0.86% -
XYZ 41.73 26.94 44.6 -
YUV 142.9 147.25 183 -
System Red Green Blue C M Y K H S L
Decimal 220 97 177 0 0.56 0.20 0.14 320.98 0.64 0.62
Hex DC 61 B1 0 38 14 E 141 40 3E
Octal 334 141 261 0 70 24 16 501 100 76
Binary 11011100 1100001 10110001 0 111000 10100 1110 101000001 1000000 111110

Color Harmonies of #DC61B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC61B1

Black with #DC61B1

Text Example


Text Example

White with #DC61B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC61B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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