Html Css Color HEX #DB66B3 Hot Pink

📋 copy color: '#DB66B3'

red 219 ◦ green 102 ◦ blue 179

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

Shades of Hot Pink #DB66B3

Tints of Hot Pink #DB66B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.8%

R = 43.8%
G = 20.4%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB66B3 (or 0xDB66B3) is known color: Hot Pink. HEX triplet: DB, 66 and B3. RGB value is (219,102,179). Sum of RGB (Red+Green+Blue) = 219+102+179=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB66B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66B3 is #24994C. Grayscale: #919191. Windows color (decimal): -2398541 or 11757275. OLE color: 11757275.

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

Color convert

RGB 219 102 179 -
CMYK 0 0.53 0.18 0.14
HSL 320.51º 0.62% 0.63% -
HSV(B) 320.51º 0.53% 0.86% -
XYZ 42.1 27.82 45.8 -
YUV 145.76 146.76 180.24 -
System Red Green Blue C M Y K H S L
Decimal 219 102 179 0 0.53 0.18 0.14 320.51 0.62 0.63
Hex DB 66 B3 0 35 12 E 141 3E 3F
Octal 333 146 263 0 65 22 16 501 76 77
Binary 11011011 1100110 10110011 0 110101 10010 1110 101000001 111110 111111

Color Harmonies of #DB66B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB66B3

Black with #DB66B3

Text Example


Text Example

White with #DB66B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB66B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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