Html Css Color HEX #DE2DB6 Spicy Pink

📋 copy color: '#DE2DB6'

red 222 ◦ green 45 ◦ blue 182

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

Shades of Spicy Pink #DE2DB6

Tints of Spicy Pink #DE2DB6

RGB

 RED value IS 222 (87.11% from 255) = 49.44%

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

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

R = 49.44%
G = 10.02%
B = 40.53%

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

#DE2DB6 (or 0xDE2DB6) is known color: Spicy Pink. HEX triplet: DE, 2D and B6. RGB value is (222,45,182). Sum of RGB (Red+Green+Blue) = 222+45+182=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE2DB6 is #21D249. Grayscale: #717171. Windows color (decimal): -2216522 or 11939294. OLE color: 11939294.

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

Color convert

RGB 222 45 182 -
CMYK 0 0.80 0.18 0.13
HSL 313.56º 0.73% 0.52% -
HSV(B) 313.56º 0.8% 0.87% -
XYZ 39.51 20.78 46.19 -
YUV 113.54 166.64 205.36 -
System Red Green Blue C M Y K H S L
Decimal 222 45 182 0 0.80 0.18 0.13 313.56 0.73 0.52
Hex DE 2D B6 0 50 12 D 13A 49 34
Octal 336 55 266 0 120 22 15 472 111 64
Binary 11011110 101101 10110110 0 1010000 10010 1101 100111010 1001001 110100

Color Harmonies of #DE2DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2DB6

Black with #DE2DB6

Text Example


Text Example

White with #DE2DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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