Html Css Color HEX #DE328D Deep Cerise

📋 copy color: '#DE328D'

red 222 ◦ green 50 ◦ blue 141

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

Shades of Deep Cerise #DE328D

Tints of Deep Cerise #DE328D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.11%

 BLUE value IS 141 (55.47% from 255) = 34.14%

R = 53.75%
G = 12.11%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE328D (or 0xDE328D) is known color: Deep Cerise. HEX triplet: DE, 32 and 8D. RGB value is (222,50,141). Sum of RGB (Red+Green+Blue) = 222+50+141=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE328D is #21CD72. Grayscale: #6F6F6F. Windows color (decimal): -2215283 or 9253598. OLE color: 9253598.

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

Color convert

RGB 222 50 141 -
CMYK 0 0.77 0.36 0.13
HSL 328.26º 0.72% 0.53% -
HSV(B) 328.26º 0.77% 0.87% -
XYZ 36.07 19.73 27.11 -
YUV 111.8 144.48 206.6 -
System Red Green Blue C M Y K H S L
Decimal 222 50 141 0 0.77 0.36 0.13 328.26 0.72 0.53
Hex DE 32 8D 0 4D 24 D 148 48 35
Octal 336 62 215 0 115 44 15 510 110 65
Binary 11011110 110010 10001101 0 1001101 100100 1101 101001000 1001000 110101

Color Harmonies of #DE328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE328D

Black with #DE328D

Text Example


Text Example

White with #DE328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE328D; }

 p { color: rgb(222,50,141); }

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

background-color css

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

 a { background-color: rgb(222,50,141); }

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

border-color css

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

 span { border-color: rgb(222,50,141); }

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