Html Css Color HEX #DE40A5 Deep Cerise

📋 copy color: '#DE40A5'

red 222 ◦ green 64 ◦ blue 165

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

Shades of Deep Cerise #DE40A5

Tints of Deep Cerise #DE40A5

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.19%

 BLUE value IS 165 (64.84% from 255) = 36.59%

R = 49.22%
G = 14.19%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DE40A5 (or 0xDE40A5) is known color: Deep Cerise. HEX triplet: DE, 40 and A5. RGB value is (222,64,165). Sum of RGB (Red+Green+Blue) = 222+64+165=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 165 (64.84% from 255 or 36.59% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE40A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE40A5 is #21BF5A. Grayscale: #7A7A7A. Windows color (decimal): -2211675 or 10830046. OLE color: 10830046.

HSL color Cylindrical-coordinate representation of color #DE40A5: hue angle of 321.65º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE40A5 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 64 165 -
CMYK 0 0.71 0.26 0.13
HSL 321.65º 0.71% 0.56% -
HSV(B) 321.65º 0.71% 0.87% -
XYZ 38.75 21.91 37.78 -
YUV 122.76 151.85 198.79 -
System Red Green Blue C M Y K H S L
Decimal 222 64 165 0 0.71 0.26 0.13 321.65 0.71 0.56
Hex DE 40 A5 0 47 1A D 142 47 38
Octal 336 100 245 0 107 32 15 502 107 70
Binary 11011110 1000000 10100101 0 1000111 11010 1101 101000010 1000111 111000

Color Harmonies of #DE40A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE40A5

Black with #DE40A5

Text Example


Text Example

White with #DE40A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE40A5; }

 p { color: rgb(222,64,165); }

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

background-color css

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

 a { background-color: rgb(222,64,165); }

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

border-color css

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

 span { border-color: rgb(222,64,165); }

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