Html Css Color HEX #DE2364 Cerise

📋 copy color: '#DE2364'

red 222 ◦ green 35 ◦ blue 100

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

Shades of Cerise #DE2364

Tints of Cerise #DE2364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.01%

R = 62.18%
G = 9.8%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DE2364 (or 0xDE2364) is known color: Cerise. HEX triplet: DE, 23 and 64. RGB value is (222,35,100). Sum of RGB (Red+Green+Blue) = 222+35+100=357 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.18% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2364 is #21DC9B. Grayscale: #626262. Windows color (decimal): -2219164 or 6562782. OLE color: 6562782.

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

Color convert

RGB 222 35 100 -
CMYK 0 0.84 0.55 0.13
HSL 339.14º 0.74% 0.5% -
HSV(B) 339.14º 0.84% 0.87% -
XYZ 33.03 17.65 13.72 -
YUV 98.32 128.95 216.21 -
System Red Green Blue C M Y K H S L
Decimal 222 35 100 0 0.84 0.55 0.13 339.14 0.74 0.5
Hex DE 23 64 0 54 37 D 153 4A 32
Octal 336 43 144 0 124 67 15 523 112 62
Binary 11011110 100011 1100100 0 1010100 110111 1101 101010011 1001010 110010

Color Harmonies of #DE2364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2364

Black with #DE2364

Text Example


Text Example

White with #DE2364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2364; }

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

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

background-color css

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

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

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

border-color css

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

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

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