Html Css Color HEX #DB28AF Spicy Pink

📋 copy color: '#DB28AF'

red 219 ◦ green 40 ◦ blue 175

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

Shades of Spicy Pink #DB28AF

Tints of Spicy Pink #DB28AF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.22%

 BLUE value IS 175 (68.75% from 255) = 40.32%

R = 50.46%
G = 9.22%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB28AF (or 0xDB28AF) is known color: Spicy Pink. HEX triplet: DB, 28 and AF. RGB value is (219,40,175). Sum of RGB (Red+Green+Blue) = 219+40+175=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB28AF is #24D750. Grayscale: #6C6C6C. Windows color (decimal): -2414417 or 11479259. OLE color: 11479259.

HSL color Cylindrical-coordinate representation of color #DB28AF: hue angle of 314.75º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB28AF is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 40 175 -
CMYK 0 0.82 0.20 0.14
HSL 314.75º 0.71% 0.51% -
HSV(B) 314.75º 0.82% 0.86% -
XYZ 37.71 19.67 42.37 -
YUV 108.91 165.3 206.52 -
System Red Green Blue C M Y K H S L
Decimal 219 40 175 0 0.82 0.20 0.14 314.75 0.71 0.51
Hex DB 28 AF 0 52 14 E 13B 47 33
Octal 333 50 257 0 122 24 16 473 107 63
Binary 11011011 101000 10101111 0 1010010 10100 1110 100111011 1000111 110011

Color Harmonies of #DB28AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB28AF

Black with #DB28AF

Text Example


Text Example

White with #DB28AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB28AF; }

 p { color: rgb(219,40,175); }

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

background-color css

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

 a { background-color: rgb(219,40,175); }

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

border-color css

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

 span { border-color: rgb(219,40,175); }

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