Html Css Color HEX #DC69B0 Hot Pink

📋 copy color: '#DC69B0'

red 220 ◦ green 105 ◦ blue 176

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

Shades of Hot Pink #DC69B0

Tints of Hot Pink #DC69B0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.96%

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

R = 43.91%
G = 20.96%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC69B0 (or 0xDC69B0) is known color: Hot Pink. HEX triplet: DC, 69 and B0. RGB value is (220,105,176). Sum of RGB (Red+Green+Blue) = 220+105+176=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC69B0 is #23964F. Grayscale: #939393. Windows color (decimal): -2332240 or 11561436. OLE color: 11561436.

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

Color convert

RGB 220 105 176 -
CMYK 0 0.52 0.2 0.14
HSL 322.96º 0.62% 0.64% -
HSV(B) 322.96º 0.52% 0.86% -
XYZ 42.4 28.45 44.33 -
YUV 147.48 144.1 179.73 -
System Red Green Blue C M Y K H S L
Decimal 220 105 176 0 0.52 0.2 0.14 322.96 0.62 0.64
Hex DC 69 B0 0 34 14 E 143 3E 40
Octal 334 151 260 0 64 24 16 503 76 100
Binary 11011100 1101001 10110000 0 110100 10100 1110 101000011 111110 1000000

Color Harmonies of #DC69B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69B0

Black with #DC69B0

Text Example


Text Example

White with #DC69B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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