Html Css Color HEX #DB1CA8 Spicy Pink

📋 copy color: '#DB1CA8'

red 219 ◦ green 28 ◦ blue 168

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

Shades of Spicy Pink #DB1CA8

Tints of Spicy Pink #DB1CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.48%

R = 52.77%
G = 6.75%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB1CA8 (or 0xDB1CA8) is known color: Spicy Pink. HEX triplet: DB, 1C and A8. RGB value is (219,28,168). Sum of RGB (Red+Green+Blue) = 219+28+168=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1CA8 is #24E357. Grayscale: #646464. Windows color (decimal): -2417496 or 11017435. OLE color: 11017435.

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

Color convert

RGB 219 28 168 -
CMYK 0 0.87 0.23 0.14
HSL 316.02º 0.77% 0.48% -
HSV(B) 316.02º 0.87% 0.86% -
XYZ 36.7 18.72 38.72 -
YUV 101.07 165.78 212.12 -
System Red Green Blue C M Y K H S L
Decimal 219 28 168 0 0.87 0.23 0.14 316.02 0.77 0.48
Hex DB 1C A8 0 57 17 E 13C 4D 30
Octal 333 34 250 0 127 27 16 474 115 60
Binary 11011011 11100 10101000 0 1010111 10111 1110 100111100 1001101 110000

Color Harmonies of #DB1CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1CA8

Black with #DB1CA8

Text Example


Text Example

White with #DB1CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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