Html Css Color HEX #DE27B0 Spicy Pink

📋 copy color: '#DE27B0'

red 222 ◦ green 39 ◦ blue 176

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

Shades of Spicy Pink #DE27B0

Tints of Spicy Pink #DE27B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.27%

R = 50.8%
G = 8.92%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DE27B0 (or 0xDE27B0) is known color: Spicy Pink. HEX triplet: DE, 27 and B0. RGB value is (222,39,176). Sum of RGB (Red+Green+Blue) = 222+39+176=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 39 (15.62% from 255 or 8.92% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE27B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE27B0 is #21D84F. Grayscale: #6C6C6C. Windows color (decimal): -2218064 or 11544542. OLE color: 11544542.

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

Color convert

RGB 222 39 176 -
CMYK 0 0.82 0.21 0.13
HSL 315.08º 0.73% 0.51% -
HSV(B) 315.08º 0.82% 0.87% -
XYZ 38.69 20.12 42.92 -
YUV 109.34 165.63 208.36 -
System Red Green Blue C M Y K H S L
Decimal 222 39 176 0 0.82 0.21 0.13 315.08 0.73 0.51
Hex DE 27 B0 0 52 15 D 13B 49 33
Octal 336 47 260 0 122 25 15 473 111 63
Binary 11011110 100111 10110000 0 1010010 10101 1101 100111011 1001001 110011

Color Harmonies of #DE27B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE27B0

Black with #DE27B0

Text Example


Text Example

White with #DE27B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE27B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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