Html Css Color HEX #DC6AB1 Hot Pink

📋 copy color: '#DC6AB1'

red 220 ◦ green 106 ◦ blue 177

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

Shades of Hot Pink #DC6AB1

Tints of Hot Pink #DC6AB1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.07%

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

R = 43.74%
G = 21.07%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC6AB1 (or 0xDC6AB1) is known color: Hot Pink. HEX triplet: DC, 6A and B1. RGB value is (220,106,177). Sum of RGB (Red+Green+Blue) = 220+106+177=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6AB1 is #23954E. Grayscale: #949494. Windows color (decimal): -2331983 or 11627228. OLE color: 11627228.

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

Color convert

RGB 220 106 177 -
CMYK 0 0.52 0.20 0.14
HSL 322.63º 0.62% 0.64% -
HSV(B) 322.63º 0.52% 0.86% -
XYZ 42.61 28.7 44.89 -
YUV 148.18 144.27 179.23 -
System Red Green Blue C M Y K H S L
Decimal 220 106 177 0 0.52 0.20 0.14 322.63 0.62 0.64
Hex DC 6A B1 0 34 14 E 143 3E 40
Octal 334 152 261 0 64 24 16 503 76 100
Binary 11011100 1101010 10110001 0 110100 10100 1110 101000011 111110 1000000

Color Harmonies of #DC6AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6AB1

Black with #DC6AB1

Text Example


Text Example

White with #DC6AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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