Html Css Color HEX #DC6BB0 Hot Pink

📋 copy color: '#DC6BB0'

red 220 ◦ green 107 ◦ blue 176

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

Shades of Hot Pink #DC6BB0

Tints of Hot Pink #DC6BB0

RGB

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

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

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

R = 43.74%
G = 21.27%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC6BB0 (or 0xDC6BB0) is known color: Hot Pink. HEX triplet: DC, 6B and B0. RGB value is (220,107,176). Sum of RGB (Red+Green+Blue) = 220+107+176=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6BB0 is #23944F. Grayscale: #949494. Windows color (decimal): -2331728 or 11561948. OLE color: 11561948.

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

Color convert

RGB 220 107 176 -
CMYK 0 0.51 0.2 0.14
HSL 323.36º 0.62% 0.64% -
HSV(B) 323.36º 0.51% 0.86% -
XYZ 42.61 28.87 44.4 -
YUV 148.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 220 107 176 0 0.51 0.2 0.14 323.36 0.62 0.64
Hex DC 6B B0 0 33 14 E 143 3E 40
Octal 334 153 260 0 63 24 16 503 76 100
Binary 11011100 1101011 10110000 0 110011 10100 1110 101000011 111110 1000000

Color Harmonies of #DC6BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BB0

Black with #DC6BB0

Text Example


Text Example

White with #DC6BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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