Html Css Color HEX #DE2268 Cerise

📋 copy color: '#DE2268'

red 222 ◦ green 34 ◦ blue 104

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

Shades of Cerise #DE2268

Tints of Cerise #DE2268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.44%

 BLUE value IS 104 (41.02% from 255) = 28.89%

R = 61.67%
G = 9.44%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DE2268 (or 0xDE2268) is known color: Cerise. HEX triplet: DE, 22 and 68. RGB value is (222,34,104). Sum of RGB (Red+Green+Blue) = 222+34+104=360 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.67% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2268 is #21DD97. Grayscale: #626262. Windows color (decimal): -2219416 or 6824670. OLE color: 6824670.

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

Color convert

RGB 222 34 104 -
CMYK 0 0.85 0.53 0.13
HSL 337.66º 0.74% 0.5% -
HSV(B) 337.66º 0.85% 0.87% -
XYZ 33.19 17.67 14.76 -
YUV 98.19 131.28 216.31 -
System Red Green Blue C M Y K H S L
Decimal 222 34 104 0 0.85 0.53 0.13 337.66 0.74 0.5
Hex DE 22 68 0 55 35 D 152 4A 32
Octal 336 42 150 0 125 65 15 522 112 62
Binary 11011110 100010 1101000 0 1010101 110101 1101 101010010 1001010 110010

Color Harmonies of #DE2268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2268

Black with #DE2268

Text Example


Text Example

White with #DE2268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2268; }

 p { color: rgb(222,34,104); }

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

background-color css

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

 a { background-color: rgb(222,34,104); }

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

border-color css

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

 span { border-color: rgb(222,34,104); }

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