Html Css Color HEX #DB1CA7 Spicy Pink

📋 copy color: '#DB1CA7'

red 219 ◦ green 28 ◦ blue 167

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

Shades of Spicy Pink #DB1CA7

Tints of Spicy Pink #DB1CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.34%

R = 52.9%
G = 6.76%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB1CA7 (or 0xDB1CA7) is known color: Spicy Pink. HEX triplet: DB, 1C and A7. RGB value is (219,28,167). Sum of RGB (Red+Green+Blue) = 219+28+167=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 167 (65.62% from 255 or 40.34% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1CA7 is #24E358. Grayscale: #646464. Windows color (decimal): -2417497 or 10951899. OLE color: 10951899.

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

Color convert

RGB 219 28 167 -
CMYK 0 0.87 0.24 0.14
HSL 316.34º 0.77% 0.48% -
HSV(B) 316.34º 0.87% 0.86% -
XYZ 36.6 18.68 38.24 -
YUV 100.96 165.28 212.2 -
System Red Green Blue C M Y K H S L
Decimal 219 28 167 0 0.87 0.24 0.14 316.34 0.77 0.48
Hex DB 1C A7 0 57 18 E 13C 4D 30
Octal 333 34 247 0 127 30 16 474 115 60
Binary 11011011 11100 10100111 0 1010111 11000 1110 100111100 1001101 110000

Color Harmonies of #DB1CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1CA7

Black with #DB1CA7

Text Example


Text Example

White with #DB1CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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