Html Css Color HEX #DB1CAB Spicy Pink

📋 copy color: '#DB1CAB'

red 219 ◦ green 28 ◦ blue 171

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

Shades of Spicy Pink #DB1CAB

Tints of Spicy Pink #DB1CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.91%

R = 52.39%
G = 6.7%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB1CAB (or 0xDB1CAB) is known color: Spicy Pink. HEX triplet: DB, 1C and AB. RGB value is (219,28,171). Sum of RGB (Red+Green+Blue) = 219+28+171=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1CAB is #24E354. Grayscale: #656565. Windows color (decimal): -2417493 or 11214043. OLE color: 11214043.

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

Color convert

RGB 219 28 171 -
CMYK 0 0.87 0.22 0.14
HSL 315.08º 0.77% 0.48% -
HSV(B) 315.08º 0.87% 0.86% -
XYZ 36.98 18.83 40.21 -
YUV 101.41 167.28 211.87 -
System Red Green Blue C M Y K H S L
Decimal 219 28 171 0 0.87 0.22 0.14 315.08 0.77 0.48
Hex DB 1C AB 0 57 16 E 13B 4D 30
Octal 333 34 253 0 127 26 16 473 115 60
Binary 11011011 11100 10101011 0 1010111 10110 1110 100111011 1001101 110000

Color Harmonies of #DB1CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1CAB

Black with #DB1CAB

Text Example


Text Example

White with #DB1CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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