Html Css Color HEX #DB64B4 Hot Pink

📋 copy color: '#DB64B4'

red 219 ◦ green 100 ◦ blue 180

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

Shades of Hot Pink #DB64B4

Tints of Hot Pink #DB64B4

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.04%

 BLUE value IS 180 (70.7% from 255) = 36.07%

R = 43.89%
G = 20.04%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB64B4 (or 0xDB64B4) is known color: Hot Pink. HEX triplet: DB, 64 and B4. RGB value is (219,100,180). Sum of RGB (Red+Green+Blue) = 219+100+180=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB64B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB64B4 is #249B4B. Grayscale: #909090. Windows color (decimal): -2399052 or 11822299. OLE color: 11822299.

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

Color convert

RGB 219 100 180 -
CMYK 0 0.54 0.18 0.14
HSL 319.66º 0.62% 0.63% -
HSV(B) 319.66º 0.54% 0.86% -
XYZ 42.01 27.47 46.27 -
YUV 144.7 147.92 181 -
System Red Green Blue C M Y K H S L
Decimal 219 100 180 0 0.54 0.18 0.14 319.66 0.62 0.63
Hex DB 64 B4 0 36 12 E 140 3E 3F
Octal 333 144 264 0 66 22 16 500 76 77
Binary 11011011 1100100 10110100 0 110110 10010 1110 101000000 111110 111111

Color Harmonies of #DB64B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB64B4

Black with #DB64B4

Text Example


Text Example

White with #DB64B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB64B4; }

 p { color: rgb(219,100,180); }

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

background-color css

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

 a { background-color: rgb(219,100,180); }

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

border-color css

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

 span { border-color: rgb(219,100,180); }

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