Html Css Color HEX #DC66B3 Hot Pink

📋 copy color: '#DC66B3'

red 220 ◦ green 102 ◦ blue 179

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

Shades of Hot Pink #DC66B3

Tints of Hot Pink #DC66B3

RGB

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

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

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

R = 43.91%
G = 20.36%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC66B3 (or 0xDC66B3) is known color: Hot Pink. HEX triplet: DC, 66 and B3. RGB value is (220,102,179). Sum of RGB (Red+Green+Blue) = 220+102+179=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC66B3 is #23994C. Grayscale: #919191. Windows color (decimal): -2333005 or 11757276. OLE color: 11757276.

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

Color convert

RGB 220 102 179 -
CMYK 0 0.54 0.19 0.14
HSL 320.85º 0.63% 0.63% -
HSV(B) 320.85º 0.54% 0.86% -
XYZ 42.4 27.97 45.81 -
YUV 146.06 146.59 180.74 -
System Red Green Blue C M Y K H S L
Decimal 220 102 179 0 0.54 0.19 0.14 320.85 0.63 0.63
Hex DC 66 B3 0 36 13 E 141 3F 3F
Octal 334 146 263 0 66 23 16 501 77 77
Binary 11011100 1100110 10110011 0 110110 10011 1110 101000001 111111 111111

Color Harmonies of #DC66B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC66B3

Black with #DC66B3

Text Example


Text Example

White with #DC66B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC66B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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