Html Css Color HEX #DB23AD Spicy Pink

📋 copy color: '#DB23AD'

red 219 ◦ green 35 ◦ blue 173

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

Shades of Spicy Pink #DB23AD

Tints of Spicy Pink #DB23AD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.2%

 BLUE value IS 173 (67.97% from 255) = 40.52%

R = 51.29%
G = 8.2%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB23AD (or 0xDB23AD) is known color: Spicy Pink. HEX triplet: DB, 23 and AD. RGB value is (219,35,173). Sum of RGB (Red+Green+Blue) = 219+35+173=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 35 (14.06% from 255 or 8.20% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB23AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB23AD is #24DC52. Grayscale: #696969. Windows color (decimal): -2415699 or 11346907. OLE color: 11346907.

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

Color convert

RGB 219 35 173 -
CMYK 0 0.84 0.21 0.14
HSL 315º 0.72% 0.5% -
HSV(B) 315º 0.84% 0.86% -
XYZ 37.36 19.28 41.29 -
YUV 105.75 165.96 208.78 -
System Red Green Blue C M Y K H S L
Decimal 219 35 173 0 0.84 0.21 0.14 315 0.72 0.5
Hex DB 23 AD 0 54 15 E 13B 48 32
Octal 333 43 255 0 124 25 16 473 110 62
Binary 11011011 100011 10101101 0 1010100 10101 1110 100111011 1001000 110010

Color Harmonies of #DB23AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB23AD

Black with #DB23AD

Text Example


Text Example

White with #DB23AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB23AD; }

 p { color: rgb(219,35,173); }

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

background-color css

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

 a { background-color: rgb(219,35,173); }

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

border-color css

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

 span { border-color: rgb(219,35,173); }

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