Html Css Color HEX #DE339F Deep Cerise

📋 copy color: '#DE339F'

red 222 ◦ green 51 ◦ blue 159

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

Shades of Deep Cerise #DE339F

Tints of Deep Cerise #DE339F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.81%

 BLUE value IS 159 (62.5% from 255) = 36.81%

R = 51.39%
G = 11.81%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE339F (or 0xDE339F) is known color: Deep Cerise. HEX triplet: DE, 33 and 9F. RGB value is (222,51,159). Sum of RGB (Red+Green+Blue) = 222+51+159=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE339F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE339F is #21CC60. Grayscale: #727272. Windows color (decimal): -2215009 or 10433502. OLE color: 10433502.

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

Color convert

RGB 222 51 159 -
CMYK 0 0.77 0.28 0.13
HSL 322.11º 0.72% 0.54% -
HSV(B) 322.11º 0.77% 0.87% -
XYZ 37.57 20.4 34.76 -
YUV 114.44 153.15 204.72 -
System Red Green Blue C M Y K H S L
Decimal 222 51 159 0 0.77 0.28 0.13 322.11 0.72 0.54
Hex DE 33 9F 0 4D 1C D 142 48 36
Octal 336 63 237 0 115 34 15 502 110 66
Binary 11011110 110011 10011111 0 1001101 11100 1101 101000010 1001000 110110

Color Harmonies of #DE339F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE339F

Black with #DE339F

Text Example


Text Example

White with #DE339F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE339F; }

 p { color: rgb(222,51,159); }

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

background-color css

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

 a { background-color: rgb(222,51,159); }

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

border-color css

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

 span { border-color: rgb(222,51,159); }

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