Html Css Color HEX #DE238C Deep Cerise

📋 copy color: '#DE238C'

red 222 ◦ green 35 ◦ blue 140

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

Shades of Deep Cerise #DE238C

Tints of Deep Cerise #DE238C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.82%

 BLUE value IS 140 (55.08% from 255) = 35.26%

R = 55.92%
G = 8.82%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE238C (or 0xDE238C) is known color: Deep Cerise. HEX triplet: DE, 23 and 8C. RGB value is (222,35,140). Sum of RGB (Red+Green+Blue) = 222+35+140=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE238C is #21DC73. Grayscale: #666666. Windows color (decimal): -2219124 or 9184222. OLE color: 9184222.

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

Color convert

RGB 222 35 140 -
CMYK 0 0.84 0.37 0.13
HSL 326.31º 0.74% 0.5% -
HSV(B) 326.31º 0.84% 0.87% -
XYZ 35.46 18.63 26.54 -
YUV 102.88 148.95 212.96 -
System Red Green Blue C M Y K H S L
Decimal 222 35 140 0 0.84 0.37 0.13 326.31 0.74 0.5
Hex DE 23 8C 0 54 25 D 146 4A 32
Octal 336 43 214 0 124 45 15 506 112 62
Binary 11011110 100011 10001100 0 1010100 100101 1101 101000110 1001010 110010

Color Harmonies of #DE238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE238C

Black with #DE238C

Text Example


Text Example

White with #DE238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE238C; }

 p { color: rgb(222,35,140); }

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

background-color css

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

 a { background-color: rgb(222,35,140); }

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

border-color css

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

 span { border-color: rgb(222,35,140); }

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