Html Css Color HEX #DE27B2 Spicy Pink

📋 copy color: '#DE27B2'

red 222 ◦ green 39 ◦ blue 178

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

Shades of Spicy Pink #DE27B2

Tints of Spicy Pink #DE27B2

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.88%

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

R = 50.57%
G = 8.88%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DE27B2 (or 0xDE27B2) is known color: Spicy Pink. HEX triplet: DE, 27 and B2. RGB value is (222,39,178). Sum of RGB (Red+Green+Blue) = 222+39+178=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DE27B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE27B2 is #21D84D. Grayscale: #6D6D6D. Windows color (decimal): -2218062 or 11675614. OLE color: 11675614.

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

Color convert

RGB 222 39 178 -
CMYK 0 0.82 0.20 0.13
HSL 314.43º 0.73% 0.51% -
HSV(B) 314.43º 0.82% 0.87% -
XYZ 38.89 20.19 43.97 -
YUV 109.56 166.63 208.2 -
System Red Green Blue C M Y K H S L
Decimal 222 39 178 0 0.82 0.20 0.13 314.43 0.73 0.51
Hex DE 27 B2 0 52 14 D 13A 49 33
Octal 336 47 262 0 122 24 15 472 111 63
Binary 11011110 100111 10110010 0 1010010 10100 1101 100111010 1001001 110011

Color Harmonies of #DE27B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE27B2

Black with #DE27B2

Text Example


Text Example

White with #DE27B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE27B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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