Html Css Color HEX #DE1FB2 Spicy Pink

📋 copy color: '#DE1FB2'

red 222 ◦ green 31 ◦ blue 178

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

Shades of Spicy Pink #DE1FB2

Tints of Spicy Pink #DE1FB2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.19%

 BLUE value IS 178 (69.92% from 255) = 41.3%

R = 51.51%
G = 7.19%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DE1FB2 (or 0xDE1FB2) is known color: Spicy Pink. HEX triplet: DE, 1F and B2. RGB value is (222,31,178). Sum of RGB (Red+Green+Blue) = 222+31+178=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1FB2 is #21E04D. Grayscale: #686868. Windows color (decimal): -2220110 or 11673566. OLE color: 11673566.

HSL color Cylindrical-coordinate representation of color #DE1FB2: hue angle of 313.82º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1FB2 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 31 178 -
CMYK 0 0.86 0.20 0.13
HSL 313.82º 0.75% 0.5% -
HSV(B) 313.82º 0.86% 0.87% -
XYZ 38.65 19.72 43.89 -
YUV 104.87 169.28 211.55 -
System Red Green Blue C M Y K H S L
Decimal 222 31 178 0 0.86 0.20 0.13 313.82 0.75 0.5
Hex DE 1F B2 0 56 14 D 13A 4B 32
Octal 336 37 262 0 126 24 15 472 113 62
Binary 11011110 11111 10110010 0 1010110 10100 1101 100111010 1001011 110010

Color Harmonies of #DE1FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1FB2

Black with #DE1FB2

Text Example


Text Example

White with #DE1FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1FB2; }

 p { color: rgb(222,31,178); }

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

background-color css

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

 a { background-color: rgb(222,31,178); }

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

border-color css

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

 span { border-color: rgb(222,31,178); }

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