Html Css Color HEX #DC6BB1 Hot Pink

📋 copy color: '#DC6BB1'

red 220 ◦ green 107 ◦ blue 177

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

Shades of Hot Pink #DC6BB1

Tints of Hot Pink #DC6BB1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.23%

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

R = 43.65%
G = 21.23%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC6BB1 (or 0xDC6BB1) is known color: Hot Pink. HEX triplet: DC, 6B and B1. RGB value is (220,107,177). Sum of RGB (Red+Green+Blue) = 220+107+177=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6BB1 is #23944E. Grayscale: #949494. Windows color (decimal): -2331727 or 11627484. OLE color: 11627484.

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

Color convert

RGB 220 107 177 -
CMYK 0 0.51 0.20 0.14
HSL 322.83º 0.62% 0.64% -
HSV(B) 322.83º 0.51% 0.86% -
XYZ 42.71 28.91 44.92 -
YUV 148.77 143.94 178.81 -
System Red Green Blue C M Y K H S L
Decimal 220 107 177 0 0.51 0.20 0.14 322.83 0.62 0.64
Hex DC 6B B1 0 33 14 E 143 3E 40
Octal 334 153 261 0 63 24 16 503 76 100
Binary 11011100 1101011 10110001 0 110011 10100 1110 101000011 111110 1000000

Color Harmonies of #DC6BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BB1

Black with #DC6BB1

Text Example


Text Example

White with #DC6BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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