Html Css Color HEX #DF2EB4 Spicy Pink

📋 copy color: '#DF2EB4'

red 223 ◦ green 46 ◦ blue 180

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

Shades of Spicy Pink #DF2EB4

Tints of Spicy Pink #DF2EB4

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.24%

 BLUE value IS 180 (70.7% from 255) = 40.09%

R = 49.67%
G = 10.24%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF2EB4 (or 0xDF2EB4) is known color: Spicy Pink. HEX triplet: DF, 2E and B4. RGB value is (223,46,180). Sum of RGB (Red+Green+Blue) = 223+46+180=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 46 (18.36% from 255 or 10.24% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2EB4 is #20D14B. Grayscale: #717171. Windows color (decimal): -2150732 or 11808479. OLE color: 11808479.

HSL color Cylindrical-coordinate representation of color #DF2EB4: hue angle of 314.58º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2EB4 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 46 180 -
CMYK 0 0.79 0.19 0.13
HSL 314.58º 0.73% 0.53% -
HSV(B) 314.58º 0.79% 0.87% -
XYZ 39.65 20.94 45.13 -
YUV 114.2 165.14 205.6 -
System Red Green Blue C M Y K H S L
Decimal 223 46 180 0 0.79 0.19 0.13 314.58 0.73 0.53
Hex DF 2E B4 0 4F 13 D 13B 49 35
Octal 337 56 264 0 117 23 15 473 111 65
Binary 11011111 101110 10110100 0 1001111 10011 1101 100111011 1001001 110101

Color Harmonies of #DF2EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2EB4

Black with #DF2EB4

Text Example


Text Example

White with #DF2EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2EB4; }

 p { color: rgb(223,46,180); }

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

background-color css

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

 a { background-color: rgb(223,46,180); }

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

border-color css

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

 span { border-color: rgb(223,46,180); }

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