Html Css Color HEX #DB1DAE Spicy Pink

📋 copy color: '#DB1DAE'

red 219 ◦ green 29 ◦ blue 174

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

Shades of Spicy Pink #DB1DAE

Tints of Spicy Pink #DB1DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.87%

 BLUE value IS 174 (68.36% from 255) = 41.23%

R = 51.9%
G = 6.87%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB1DAE (or 0xDB1DAE) is known color: Spicy Pink. HEX triplet: DB, 1D and AE. RGB value is (219,29,174). Sum of RGB (Red+Green+Blue) = 219+29+174=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1DAE is #24E251. Grayscale: #656565. Windows color (decimal): -2417234 or 11410907. OLE color: 11410907.

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

Color convert

RGB 219 29 174 -
CMYK 0 0.87 0.21 0.14
HSL 314.21º 0.77% 0.49% -
HSV(B) 314.21º 0.87% 0.86% -
XYZ 37.29 18.99 41.75 -
YUV 102.34 168.45 211.21 -
System Red Green Blue C M Y K H S L
Decimal 219 29 174 0 0.87 0.21 0.14 314.21 0.77 0.49
Hex DB 1D AE 0 57 15 E 13A 4D 31
Octal 333 35 256 0 127 25 16 472 115 61
Binary 11011011 11101 10101110 0 1010111 10101 1110 100111010 1001101 110001

Color Harmonies of #DB1DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1DAE

Black with #DB1DAE

Text Example


Text Example

White with #DB1DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1DAE; }

 p { color: rgb(219,29,174); }

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

background-color css

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

 a { background-color: rgb(219,29,174); }

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

border-color css

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

 span { border-color: rgb(219,29,174); }

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