Html Css Color HEX #DB5CB2 Hot Pink

📋 copy color: '#DB5CB2'

red 219 ◦ green 92 ◦ blue 178

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

Shades of Hot Pink #DB5CB2

Tints of Hot Pink #DB5CB2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.81%

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

R = 44.79%
G = 18.81%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB5CB2 (or 0xDB5CB2) is known color: Hot Pink. HEX triplet: DB, 5C and B2. RGB value is (219,92,178). Sum of RGB (Red+Green+Blue) = 219+92+178=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5CB2 is #24A34D. Grayscale: #8B8B8B. Windows color (decimal): -2401102 or 11689179. OLE color: 11689179.

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

Color convert

RGB 219 92 178 -
CMYK 0 0.58 0.19 0.14
HSL 319.37º 0.64% 0.61% -
HSV(B) 319.37º 0.58% 0.86% -
XYZ 41.08 25.93 44.96 -
YUV 139.78 149.58 184.51 -
System Red Green Blue C M Y K H S L
Decimal 219 92 178 0 0.58 0.19 0.14 319.37 0.64 0.61
Hex DB 5C B2 0 3A 13 E 13F 40 3D
Octal 333 134 262 0 72 23 16 477 100 75
Binary 11011011 1011100 10110010 0 111010 10011 1110 100111111 1000000 111101

Color Harmonies of #DB5CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5CB2

Black with #DB5CB2

Text Example


Text Example

White with #DB5CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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