Html Css Color HEX #DB60B2 Hot Pink

📋 copy color: '#DB60B2'

red 219 ◦ green 96 ◦ blue 178

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

Shades of Hot Pink #DB60B2

Tints of Hot Pink #DB60B2

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.47%

 BLUE value IS 178 (69.92% from 255) = 36.11%

R = 44.42%
G = 19.47%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB60B2 (or 0xDB60B2) is known color: Hot Pink. HEX triplet: DB, 60 and B2. RGB value is (219,96,178). Sum of RGB (Red+Green+Blue) = 219+96+178=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB60B2 is #249F4D. Grayscale: #8D8D8D. Windows color (decimal): -2400078 or 11690203. OLE color: 11690203.

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

Color convert

RGB 219 96 178 -
CMYK 0 0.56 0.19 0.14
HSL 320º 0.63% 0.62% -
HSV(B) 320º 0.56% 0.86% -
XYZ 41.43 26.64 45.08 -
YUV 142.13 148.25 182.83 -
System Red Green Blue C M Y K H S L
Decimal 219 96 178 0 0.56 0.19 0.14 320 0.63 0.62
Hex DB 60 B2 0 38 13 E 140 3F 3E
Octal 333 140 262 0 70 23 16 500 77 76
Binary 11011011 1100000 10110010 0 111000 10011 1110 101000000 111111 111110

Color Harmonies of #DB60B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB60B2

Black with #DB60B2

Text Example


Text Example

White with #DB60B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB60B2; }

 p { color: rgb(219,96,178); }

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

background-color css

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

 a { background-color: rgb(219,96,178); }

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

border-color css

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

 span { border-color: rgb(219,96,178); }

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