Html Css Color HEX #DE2DB3 Spicy Pink

📋 copy color: '#DE2DB3'

red 222 ◦ green 45 ◦ blue 179

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

Shades of Spicy Pink #DE2DB3

Tints of Spicy Pink #DE2DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.13%

R = 49.78%
G = 10.09%
B = 40.13%

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

#DE2DB3 (or 0xDE2DB3) is known color: Spicy Pink. HEX triplet: DE, 2D and B3. RGB value is (222,45,179). Sum of RGB (Red+Green+Blue) = 222+45+179=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE2DB3 is #21D24C. Grayscale: #707070. Windows color (decimal): -2216525 or 11742686. OLE color: 11742686.

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

Color convert

RGB 222 45 179 -
CMYK 0 0.80 0.19 0.13
HSL 314.58º 0.73% 0.52% -
HSV(B) 314.58º 0.8% 0.87% -
XYZ 39.2 20.66 44.57 -
YUV 113.2 165.14 205.6 -
System Red Green Blue C M Y K H S L
Decimal 222 45 179 0 0.80 0.19 0.13 314.58 0.73 0.52
Hex DE 2D B3 0 50 13 D 13B 49 34
Octal 336 55 263 0 120 23 15 473 111 64
Binary 11011110 101101 10110011 0 1010000 10011 1101 100111011 1001001 110100

Color Harmonies of #DE2DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2DB3

Black with #DE2DB3

Text Example


Text Example

White with #DE2DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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