Html Css Color HEX #DE1C8A Deep Cerise

📋 copy color: '#DE1C8A'

red 222 ◦ green 28 ◦ blue 138

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

Shades of Deep Cerise #DE1C8A

Tints of Deep Cerise #DE1C8A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.22%

 BLUE value IS 138 (54.3% from 255) = 35.57%

R = 57.22%
G = 7.22%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE1C8A (or 0xDE1C8A) is known color: Deep Cerise. HEX triplet: DE, 1C and 8A. RGB value is (222,28,138). Sum of RGB (Red+Green+Blue) = 222+28+138=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1C8A is #21E375. Grayscale: #626262. Windows color (decimal): -2220918 or 9051358. OLE color: 9051358.

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

Color convert

RGB 222 28 138 -
CMYK 0 0.87 0.38 0.13
HSL 325.98º 0.78% 0.49% -
HSV(B) 325.98º 0.87% 0.87% -
XYZ 35.13 18.2 25.71 -
YUV 98.55 150.27 216.06 -
System Red Green Blue C M Y K H S L
Decimal 222 28 138 0 0.87 0.38 0.13 325.98 0.78 0.49
Hex DE 1C 8A 0 57 26 D 146 4E 31
Octal 336 34 212 0 127 46 15 506 116 61
Binary 11011110 11100 10001010 0 1010111 100110 1101 101000110 1001110 110001

Color Harmonies of #DE1C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1C8A

Black with #DE1C8A

Text Example


Text Example

White with #DE1C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1C8A; }

 p { color: rgb(222,28,138); }

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

background-color css

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

 a { background-color: rgb(222,28,138); }

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

border-color css

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

 span { border-color: rgb(222,28,138); }

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