Html Css Color HEX #DF2DB6 Spicy Pink

📋 copy color: '#DF2DB6'

red 223 ◦ green 45 ◦ blue 182

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

Shades of Spicy Pink #DF2DB6

Tints of Spicy Pink #DF2DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.44%

R = 49.56%
G = 10%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DF2DB6 (or 0xDF2DB6) is known color: Spicy Pink. HEX triplet: DF, 2D and B6. RGB value is (223,45,182). Sum of RGB (Red+Green+Blue) = 223+45+182=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2DB6 is #20D249. Grayscale: #717171. Windows color (decimal): -2150986 or 11939295. OLE color: 11939295.

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

Color convert

RGB 223 45 182 -
CMYK 0 0.80 0.18 0.13
HSL 313.82º 0.74% 0.53% -
HSV(B) 313.82º 0.8% 0.87% -
XYZ 39.81 20.94 46.2 -
YUV 113.84 166.47 205.86 -
System Red Green Blue C M Y K H S L
Decimal 223 45 182 0 0.80 0.18 0.13 313.82 0.74 0.53
Hex DF 2D B6 0 50 12 D 13A 4A 35
Octal 337 55 266 0 120 22 15 472 112 65
Binary 11011111 101101 10110110 0 1010000 10010 1101 100111010 1001010 110101

Color Harmonies of #DF2DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2DB6

Black with #DF2DB6

Text Example


Text Example

White with #DF2DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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