Html Css Color HEX #DC61B3 Hot Pink

📋 copy color: '#DC61B3'

red 220 ◦ green 97 ◦ blue 179

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

Shades of Hot Pink #DC61B3

Tints of Hot Pink #DC61B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.09%

R = 44.35%
G = 19.56%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC61B3 (or 0xDC61B3) is known color: Hot Pink. HEX triplet: DC, 61 and B3. RGB value is (220,97,179). Sum of RGB (Red+Green+Blue) = 220+97+179=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC61B3 is #239E4C. Grayscale: #8E8E8E. Windows color (decimal): -2334285 or 11755996. OLE color: 11755996.

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

Color convert

RGB 220 97 179 -
CMYK 0 0.56 0.19 0.14
HSL 320º 0.64% 0.62% -
HSV(B) 320º 0.56% 0.86% -
XYZ 41.93 27.02 45.65 -
YUV 143.13 148.25 182.83 -
System Red Green Blue C M Y K H S L
Decimal 220 97 179 0 0.56 0.19 0.14 320 0.64 0.62
Hex DC 61 B3 0 38 13 E 140 40 3E
Octal 334 141 263 0 70 23 16 500 100 76
Binary 11011100 1100001 10110011 0 111000 10011 1110 101000000 1000000 111110

Color Harmonies of #DC61B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC61B3

Black with #DC61B3

Text Example


Text Example

White with #DC61B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC61B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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