Html Css Color HEX #DB66B1 Hot Pink

📋 copy color: '#DB66B1'

red 219 ◦ green 102 ◦ blue 177

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

Shades of Hot Pink #DB66B1

Tints of Hot Pink #DB66B1

RGB

 RED value IS 219 (85.94% from 255) = 43.98%

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

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

R = 43.98%
G = 20.48%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB66B1 (or 0xDB66B1) is known color: Hot Pink. HEX triplet: DB, 66 and B1. RGB value is (219,102,177). Sum of RGB (Red+Green+Blue) = 219+102+177=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB66B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB66B1 is #24994E. Grayscale: #919191. Windows color (decimal): -2398543 or 11626203. OLE color: 11626203.

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

Color convert

RGB 219 102 177 -
CMYK 0 0.53 0.19 0.14
HSL 321.54º 0.62% 0.63% -
HSV(B) 321.54º 0.53% 0.86% -
XYZ 41.9 27.74 44.74 -
YUV 145.53 145.76 180.4 -
System Red Green Blue C M Y K H S L
Decimal 219 102 177 0 0.53 0.19 0.14 321.54 0.62 0.63
Hex DB 66 B1 0 35 13 E 142 3E 3F
Octal 333 146 261 0 65 23 16 502 76 77
Binary 11011011 1100110 10110001 0 110101 10011 1110 101000010 111110 111111

Color Harmonies of #DB66B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB66B1

Black with #DB66B1

Text Example


Text Example

White with #DB66B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB66B1; }

 p { color: rgb(219,102,177); }

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

background-color css

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

 a { background-color: rgb(219,102,177); }

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

border-color css

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

 span { border-color: rgb(219,102,177); }

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