Html Css Color HEX #DB68B2 Hot Pink

📋 copy color: '#DB68B2'

red 219 ◦ green 104 ◦ blue 178

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

Shades of Hot Pink #DB68B2

Tints of Hot Pink #DB68B2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.76%

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

R = 43.71%
G = 20.76%
B = 35.53%

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

#DB68B2 (or 0xDB68B2) is known color: Hot Pink. HEX triplet: DB, 68 and B2. RGB value is (219,104,178). Sum of RGB (Red+Green+Blue) = 219+104+178=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB68B2 is #24974D. Grayscale: #929292. Windows color (decimal): -2398030 or 11692251. OLE color: 11692251.

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

Color convert

RGB 219 104 178 -
CMYK 0 0.53 0.19 0.14
HSL 321.39º 0.61% 0.63% -
HSV(B) 321.39º 0.53% 0.86% -
XYZ 42.2 28.18 45.33 -
YUV 146.82 145.6 179.48 -
System Red Green Blue C M Y K H S L
Decimal 219 104 178 0 0.53 0.19 0.14 321.39 0.61 0.63
Hex DB 68 B2 0 35 13 E 141 3D 3F
Octal 333 150 262 0 65 23 16 501 75 77
Binary 11011011 1101000 10110010 0 110101 10011 1110 101000001 111101 111111

Color Harmonies of #DB68B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB68B2

Black with #DB68B2

Text Example


Text Example

White with #DB68B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB68B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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