Html Css Color HEX #DB2CB4 Spicy Pink

📋 copy color: '#DB2CB4'

red 219 ◦ green 44 ◦ blue 180

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

Shades of Spicy Pink #DB2CB4

Tints of Spicy Pink #DB2CB4

RGB

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

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

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

R = 49.44%
G = 9.93%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB2CB4 (or 0xDB2CB4) is known color: Spicy Pink. HEX triplet: DB, 2C and B4. RGB value is (219,44,180). Sum of RGB (Red+Green+Blue) = 219+44+180=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2CB4 is #24D34B. Grayscale: #6F6F6F. Windows color (decimal): -2413388 or 11807963. OLE color: 11807963.

HSL color Cylindrical-coordinate representation of color #DB2CB4: hue angle of 313.37º 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 #DB2CB4 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 44 180 -
CMYK 0 0.80 0.18 0.14
HSL 313.37º 0.71% 0.52% -
HSV(B) 313.37º 0.8% 0.86% -
XYZ 38.35 20.16 45.05 -
YUV 111.83 166.48 204.44 -
System Red Green Blue C M Y K H S L
Decimal 219 44 180 0 0.80 0.18 0.14 313.37 0.71 0.52
Hex DB 2C B4 0 50 12 E 139 47 34
Octal 333 54 264 0 120 22 16 471 107 64
Binary 11011011 101100 10110100 0 1010000 10010 1110 100111001 1000111 110100

Color Harmonies of #DB2CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2CB4

Black with #DB2CB4

Text Example


Text Example

White with #DB2CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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