Html Css Color HEX #DB2CB7 Spicy Pink

📋 copy color: '#DB2CB7'

red 219 ◦ green 44 ◦ blue 183

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

Shades of Spicy Pink #DB2CB7

Tints of Spicy Pink #DB2CB7

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.87%

 BLUE value IS 183 (71.88% from 255) = 41.03%

R = 49.1%
G = 9.87%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB2CB7 (or 0xDB2CB7) is known color: Spicy Pink. HEX triplet: DB, 2C and B7. RGB value is (219,44,183). Sum of RGB (Red+Green+Blue) = 219+44+183=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2CB7 is #24D348. Grayscale: #6F6F6F. Windows color (decimal): -2413385 or 12004571. OLE color: 12004571.

HSL color Cylindrical-coordinate representation of color #DB2CB7: hue angle of 312.34º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2CB7 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 44 183 -
CMYK 0 0.80 0.16 0.14
HSL 312.34º 0.71% 0.52% -
HSV(B) 312.34º 0.8% 0.86% -
XYZ 38.66 20.28 46.68 -
YUV 112.17 167.98 204.2 -
System Red Green Blue C M Y K H S L
Decimal 219 44 183 0 0.80 0.16 0.14 312.34 0.71 0.52
Hex DB 2C B7 0 50 10 E 138 47 34
Octal 333 54 267 0 120 20 16 470 107 64
Binary 11011011 101100 10110111 0 1010000 10000 1110 100111000 1000111 110100

Color Harmonies of #DB2CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2CB7

Black with #DB2CB7

Text Example


Text Example

White with #DB2CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2CB7; }

 p { color: rgb(219,44,183); }

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

background-color css

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

 a { background-color: rgb(219,44,183); }

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

border-color css

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

 span { border-color: rgb(219,44,183); }

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