Html Css Color HEX #DB2CAF Spicy Pink

📋 copy color: '#DB2CAF'

red 219 ◦ green 44 ◦ blue 175

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

Shades of Spicy Pink #DB2CAF

Tints of Spicy Pink #DB2CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.95%

R = 50%
G = 10.05%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB2CAF (or 0xDB2CAF) is known color: Spicy Pink. HEX triplet: DB, 2C and AF. RGB value is (219,44,175). Sum of RGB (Red+Green+Blue) = 219+44+175=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2CAF is #24D350. Grayscale: #6E6E6E. Windows color (decimal): -2413393 or 11480283. OLE color: 11480283.

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

Color convert

RGB 219 44 175 -
CMYK 0 0.80 0.20 0.14
HSL 315.09º 0.71% 0.52% -
HSV(B) 315.09º 0.8% 0.86% -
XYZ 37.85 19.96 42.41 -
YUV 111.26 163.98 204.85 -
System Red Green Blue C M Y K H S L
Decimal 219 44 175 0 0.80 0.20 0.14 315.09 0.71 0.52
Hex DB 2C AF 0 50 14 E 13B 47 34
Octal 333 54 257 0 120 24 16 473 107 64
Binary 11011011 101100 10101111 0 1010000 10100 1110 100111011 1000111 110100

Color Harmonies of #DB2CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2CAF

Black with #DB2CAF

Text Example


Text Example

White with #DB2CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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