Html Css Color HEX #DB1CAF Spicy Pink

📋 copy color: '#DB1CAF'

red 219 ◦ green 28 ◦ blue 175

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

Shades of Spicy Pink #DB1CAF

Tints of Spicy Pink #DB1CAF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.64%

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

R = 51.9%
G = 6.64%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB1CAF (or 0xDB1CAF) is known color: Spicy Pink. HEX triplet: DB, 1C and AF. RGB value is (219,28,175). Sum of RGB (Red+Green+Blue) = 219+28+175=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1CAF is #24E350. Grayscale: #656565. Windows color (decimal): -2417489 or 11476187. OLE color: 11476187.

HSL color Cylindrical-coordinate representation of color #DB1CAF: hue angle of 313.82º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1CAF is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 28 175 -
CMYK 0 0.87 0.20 0.14
HSL 313.82º 0.77% 0.48% -
HSV(B) 313.82º 0.87% 0.86% -
XYZ 37.37 18.99 42.25 -
YUV 101.87 169.28 211.55 -
System Red Green Blue C M Y K H S L
Decimal 219 28 175 0 0.87 0.20 0.14 313.82 0.77 0.48
Hex DB 1C AF 0 57 14 E 13A 4D 30
Octal 333 34 257 0 127 24 16 472 115 60
Binary 11011011 11100 10101111 0 1010111 10100 1110 100111010 1001101 110000

Color Harmonies of #DB1CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1CAF

Black with #DB1CAF

Text Example


Text Example

White with #DB1CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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