Html Css Color HEX #DF2FB4 Spicy Pink

📋 copy color: '#DF2FB4'

red 223 ◦ green 47 ◦ blue 180

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

Shades of Spicy Pink #DF2FB4

Tints of Spicy Pink #DF2FB4

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.44%

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

R = 49.56%
G = 10.44%
B = 40%

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

#DF2FB4 (or 0xDF2FB4) is known color: Spicy Pink. HEX triplet: DF, 2F and B4. RGB value is (223,47,180). Sum of RGB (Red+Green+Blue) = 223+47+180=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 47 (18.75% from 255 or 10.44% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2FB4 is #20D04B. Grayscale: #727272. Windows color (decimal): -2150476 or 11808735. OLE color: 11808735.

HSL color Cylindrical-coordinate representation of color #DF2FB4: hue angle of 314.66º 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 #DF2FB4 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 47 180 -
CMYK 0 0.79 0.19 0.13
HSL 314.66º 0.73% 0.53% -
HSV(B) 314.66º 0.79% 0.87% -
XYZ 39.69 21.02 45.14 -
YUV 114.79 164.81 205.19 -
System Red Green Blue C M Y K H S L
Decimal 223 47 180 0 0.79 0.19 0.13 314.66 0.73 0.53
Hex DF 2F B4 0 4F 13 D 13B 49 35
Octal 337 57 264 0 117 23 15 473 111 65
Binary 11011111 101111 10110100 0 1001111 10011 1101 100111011 1001001 110101

Color Harmonies of #DF2FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2FB4

Black with #DF2FB4

Text Example


Text Example

White with #DF2FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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