Html Css Color HEX #DE25AF Spicy Pink

📋 copy color: '#DE25AF'

red 222 ◦ green 37 ◦ blue 175

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

Shades of Spicy Pink #DE25AF

Tints of Spicy Pink #DE25AF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.53%

 BLUE value IS 175 (68.75% from 255) = 40.32%

R = 51.15%
G = 8.53%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DE25AF (or 0xDE25AF) is known color: Spicy Pink. HEX triplet: DE, 25 and AF. RGB value is (222,37,175). Sum of RGB (Red+Green+Blue) = 222+37+175=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE25AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE25AF is #21DA50. Grayscale: #6B6B6B. Windows color (decimal): -2218577 or 11478494. OLE color: 11478494.

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

Color convert

RGB 222 37 175 -
CMYK 0 0.83 0.21 0.13
HSL 315.24º 0.74% 0.51% -
HSV(B) 315.24º 0.83% 0.87% -
XYZ 38.52 19.95 42.38 -
YUV 108.05 165.79 209.28 -
System Red Green Blue C M Y K H S L
Decimal 222 37 175 0 0.83 0.21 0.13 315.24 0.74 0.51
Hex DE 25 AF 0 53 15 D 13B 4A 33
Octal 336 45 257 0 123 25 15 473 112 63
Binary 11011110 100101 10101111 0 1010011 10101 1101 100111011 1001010 110011

Color Harmonies of #DE25AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE25AF

Black with #DE25AF

Text Example


Text Example

White with #DE25AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE25AF; }

 p { color: rgb(222,37,175); }

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

background-color css

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

 a { background-color: rgb(222,37,175); }

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

border-color css

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

 span { border-color: rgb(222,37,175); }

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