Html Css Color HEX #DF2DB4 Spicy Pink

📋 copy color: '#DF2DB4'

red 223 ◦ green 45 ◦ blue 180

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

Shades of Spicy Pink #DF2DB4

Tints of Spicy Pink #DF2DB4

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.04%

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

R = 49.78%
G = 10.04%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF2DB4 (or 0xDF2DB4) is known color: Spicy Pink. HEX triplet: DF, 2D and B4. RGB value is (223,45,180). Sum of RGB (Red+Green+Blue) = 223+45+180=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2DB4 is #20D24B. Grayscale: #717171. Windows color (decimal): -2150988 or 11808223. OLE color: 11808223.

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

Color convert

RGB 223 45 180 -
CMYK 0 0.80 0.19 0.13
HSL 314.49º 0.74% 0.53% -
HSV(B) 314.49º 0.8% 0.87% -
XYZ 39.61 20.86 45.12 -
YUV 113.61 165.47 206.02 -
System Red Green Blue C M Y K H S L
Decimal 223 45 180 0 0.80 0.19 0.13 314.49 0.74 0.53
Hex DF 2D B4 0 50 13 D 13A 4A 35
Octal 337 55 264 0 120 23 15 472 112 65
Binary 11011111 101101 10110100 0 1010000 10011 1101 100111010 1001010 110101

Color Harmonies of #DF2DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2DB4

Black with #DF2DB4

Text Example


Text Example

White with #DF2DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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