Html Css Color HEX #DE25A1 Deep Cerise

📋 copy color: '#DE25A1'

red 222 ◦ green 37 ◦ blue 161

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

Shades of Deep Cerise #DE25A1

Tints of Deep Cerise #DE25A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.33%

R = 52.86%
G = 8.81%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DE25A1 (or 0xDE25A1) is known color: Deep Cerise. HEX triplet: DE, 25 and A1. RGB value is (222,37,161). Sum of RGB (Red+Green+Blue) = 222+37+161=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE25A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE25A1 is #21DA5E. Grayscale: #6A6A6A. Windows color (decimal): -2218591 or 10560990. OLE color: 10560990.

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

Color convert

RGB 222 37 161 -
CMYK 0 0.83 0.27 0.13
HSL 319.78º 0.74% 0.51% -
HSV(B) 319.78º 0.83% 0.87% -
XYZ 37.22 19.43 35.51 -
YUV 106.45 158.79 210.42 -
System Red Green Blue C M Y K H S L
Decimal 222 37 161 0 0.83 0.27 0.13 319.78 0.74 0.51
Hex DE 25 A1 0 53 1B D 140 4A 33
Octal 336 45 241 0 123 33 15 500 112 63
Binary 11011110 100101 10100001 0 1010011 11011 1101 101000000 1001010 110011

Color Harmonies of #DE25A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE25A1

Black with #DE25A1

Text Example


Text Example

White with #DE25A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE25A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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