Html Css Color HEX #DB18AE Spicy Pink

📋 copy color: '#DB18AE'

red 219 ◦ green 24 ◦ blue 174

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

Shades of Spicy Pink #DB18AE

Tints of Spicy Pink #DB18AE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.76%

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

R = 52.52%
G = 5.76%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB18AE (or 0xDB18AE) is known color: Spicy Pink. HEX triplet: DB, 18 and AE. RGB value is (219,24,174). Sum of RGB (Red+Green+Blue) = 219+24+174=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB18AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB18AE is #24E751. Grayscale: #636363. Windows color (decimal): -2418514 or 11409627. OLE color: 11409627.

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

Color convert

RGB 219 24 174 -
CMYK 0 0.89 0.21 0.14
HSL 313.85º 0.8% 0.48% -
HSV(B) 313.85º 0.89% 0.86% -
XYZ 37.18 18.77 41.71 -
YUV 99.41 170.1 213.3 -
System Red Green Blue C M Y K H S L
Decimal 219 24 174 0 0.89 0.21 0.14 313.85 0.8 0.48
Hex DB 18 AE 0 59 15 E 13A 50 30
Octal 333 30 256 0 131 25 16 472 120 60
Binary 11011011 11000 10101110 0 1011001 10101 1110 100111010 1010000 110000

Color Harmonies of #DB18AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB18AE

Black with #DB18AE

Text Example


Text Example

White with #DB18AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB18AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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