Html Css Color HEX #DE357D Deep Cerise

📋 copy color: '#DE357D'

red 222 ◦ green 53 ◦ blue 125

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

Shades of Deep Cerise #DE357D

Tints of Deep Cerise #DE357D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.25%

R = 55.5%
G = 13.25%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE357D (or 0xDE357D) is known color: Deep Cerise. HEX triplet: DE, 35 and 7D. RGB value is (222,53,125). Sum of RGB (Red+Green+Blue) = 222+53+125=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE357D is #21CA82. Grayscale: #6F6F6F. Windows color (decimal): -2214531 or 8205790. OLE color: 8205790.

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

Color convert

RGB 222 53 125 -
CMYK 0 0.76 0.44 0.13
HSL 334.44º 0.72% 0.54% -
HSV(B) 334.44º 0.76% 0.87% -
XYZ 35.1 19.56 21.33 -
YUV 111.74 135.49 206.65 -
System Red Green Blue C M Y K H S L
Decimal 222 53 125 0 0.76 0.44 0.13 334.44 0.72 0.54
Hex DE 35 7D 0 4C 2C D 14E 48 36
Octal 336 65 175 0 114 54 15 516 110 66
Binary 11011110 110101 1111101 0 1001100 101100 1101 101001110 1001000 110110

Color Harmonies of #DE357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE357D

Black with #DE357D

Text Example


Text Example

White with #DE357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE357D; }

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

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

background-color css

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

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

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

border-color css

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

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

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