Html Css Color HEX #DE358C Deep Cerise

📋 copy color: '#DE358C'

red 222 ◦ green 53 ◦ blue 140

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

Shades of Deep Cerise #DE358C

Tints of Deep Cerise #DE358C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.77%

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

R = 53.49%
G = 12.77%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE358C (or 0xDE358C) is known color: Deep Cerise. HEX triplet: DE, 35 and 8C. RGB value is (222,53,140). Sum of RGB (Red+Green+Blue) = 222+53+140=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE358C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE358C is #21CA73. Grayscale: #717171. Windows color (decimal): -2214516 or 9188830. OLE color: 9188830.

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

Color convert

RGB 222 53 140 -
CMYK 0 0.76 0.37 0.13
HSL 329.11º 0.72% 0.54% -
HSV(B) 329.11º 0.76% 0.87% -
XYZ 36.13 19.97 26.76 -
YUV 113.45 142.99 205.43 -
System Red Green Blue C M Y K H S L
Decimal 222 53 140 0 0.76 0.37 0.13 329.11 0.72 0.54
Hex DE 35 8C 0 4C 25 D 149 48 36
Octal 336 65 214 0 114 45 15 511 110 66
Binary 11011110 110101 10001100 0 1001100 100101 1101 101001001 1001000 110110

Color Harmonies of #DE358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE358C

Black with #DE358C

Text Example


Text Example

White with #DE358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE358C; }

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

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

background-color css

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

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

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

border-color css

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

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

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