Html Css Color HEX #DF2AB2 Spicy Pink

📋 copy color: '#DF2AB2'

red 223 ◦ green 42 ◦ blue 178

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

Shades of Spicy Pink #DF2AB2

Tints of Spicy Pink #DF2AB2

RGB

 RED value IS 223 (87.5% from 255) = 50.34%

 GREEN value IS 42 (16.8% from 255) = 9.48%

 BLUE value IS 178 (69.92% from 255) = 40.18%

R = 50.34%
G = 9.48%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF2AB2 (or 0xDF2AB2) is known color: Spicy Pink. HEX triplet: DF, 2A and B2. RGB value is (223,42,178). Sum of RGB (Red+Green+Blue) = 223+42+178=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 42 (16.80% from 255 or 9.48% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2AB2 is #20D54D. Grayscale: #6F6F6F. Windows color (decimal): -2151758 or 11676383. OLE color: 11676383.

HSL color Cylindrical-coordinate representation of color #DF2AB2: hue angle of 314.92º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2AB2 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 42 178 -
CMYK 0 0.81 0.20 0.13
HSL 314.92º 0.74% 0.52% -
HSV(B) 314.92º 0.81% 0.87% -
XYZ 39.3 20.56 44.02 -
YUV 111.62 165.47 207.44 -
System Red Green Blue C M Y K H S L
Decimal 223 42 178 0 0.81 0.20 0.13 314.92 0.74 0.52
Hex DF 2A B2 0 51 14 D 13B 4A 34
Octal 337 52 262 0 121 24 15 473 112 64
Binary 11011111 101010 10110010 0 1010001 10100 1101 100111011 1001010 110100

Color Harmonies of #DF2AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2AB2

Black with #DF2AB2

Text Example


Text Example

White with #DF2AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2AB2; }

 p { color: rgb(223,42,178); }

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

background-color css

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

 a { background-color: rgb(223,42,178); }

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

border-color css

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

 span { border-color: rgb(223,42,178); }

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