Html Css Color HEX #DC66B0 Hot Pink

📋 copy color: '#DC66B0'

red 220 ◦ green 102 ◦ blue 176

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

Shades of Hot Pink #DC66B0

Tints of Hot Pink #DC66B0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.48%

 BLUE value IS 176 (69.14% from 255) = 35.34%

R = 44.18%
G = 20.48%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC66B0 (or 0xDC66B0) is known color: Hot Pink. HEX triplet: DC, 66 and B0. RGB value is (220,102,176). Sum of RGB (Red+Green+Blue) = 220+102+176=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC66B0 is #23994F. Grayscale: #919191. Windows color (decimal): -2333008 or 11560668. OLE color: 11560668.

HSL color Cylindrical-coordinate representation of color #DC66B0: hue angle of 322.37º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC66B0 is Cyan = 0, Magento = 0.54, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 102 176 -
CMYK 0 0.54 0.2 0.14
HSL 322.37º 0.63% 0.63% -
HSV(B) 322.37º 0.54% 0.86% -
XYZ 42.1 27.85 44.23 -
YUV 145.72 145.09 180.98 -
System Red Green Blue C M Y K H S L
Decimal 220 102 176 0 0.54 0.2 0.14 322.37 0.63 0.63
Hex DC 66 B0 0 36 14 E 142 3F 3F
Octal 334 146 260 0 66 24 16 502 77 77
Binary 11011100 1100110 10110000 0 110110 10100 1110 101000010 111111 111111

Color Harmonies of #DC66B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC66B0

Black with #DC66B0

Text Example


Text Example

White with #DC66B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC66B0; }

 p { color: rgb(220,102,176); }

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

background-color css

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

 a { background-color: rgb(220,102,176); }

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

border-color css

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

 span { border-color: rgb(220,102,176); }

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