Html Css Color HEX #DE2764 Cerise

📋 copy color: '#DE2764'

red 222 ◦ green 39 ◦ blue 100

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

Shades of Cerise #DE2764

Tints of Cerise #DE2764

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.8%

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

R = 61.5%
G = 10.8%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DE2764 (or 0xDE2764) is known color: Cerise. HEX triplet: DE, 27 and 64. RGB value is (222,39,100). Sum of RGB (Red+Green+Blue) = 222+39+100=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2764 is #21D89B. Grayscale: #646464. Windows color (decimal): -2218140 or 6563806. OLE color: 6563806.

HSL color Cylindrical-coordinate representation of color #DE2764: hue angle of 340º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2764 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 39 100 -
CMYK 0 0.82 0.55 0.13
HSL 340º 0.73% 0.51% -
HSV(B) 340º 0.82% 0.87% -
XYZ 33.15 17.9 13.76 -
YUV 100.67 127.63 214.54 -
System Red Green Blue C M Y K H S L
Decimal 222 39 100 0 0.82 0.55 0.13 340 0.73 0.51
Hex DE 27 64 0 52 37 D 154 49 33
Octal 336 47 144 0 122 67 15 524 111 63
Binary 11011110 100111 1100100 0 1010010 110111 1101 101010100 1001001 110011

Color Harmonies of #DE2764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2764

Black with #DE2764

Text Example


Text Example

White with #DE2764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2764; }

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

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

background-color css

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

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

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

border-color css

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

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

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