Html Css Color HEX #DE4258 Cerise

📋 copy color: '#DE4258'

red 222 ◦ green 66 ◦ blue 88

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

Shades of Cerise #DE4258

Tints of Cerise #DE4258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.55%

 BLUE value IS 88 (34.77% from 255) = 23.4%

R = 59.04%
G = 17.55%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DE4258 (or 0xDE4258) is known color: Cerise. HEX triplet: DE, 42 and 58. RGB value is (222,66,88). Sum of RGB (Red+Green+Blue) = 222+66+88=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4258 is #21BDA7. Grayscale: #737373. Windows color (decimal): -2211240 or 5784286. OLE color: 5784286.

HSL color Cylindrical-coordinate representation of color #DE4258: hue angle of 351.54º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE4258 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 66 88 -
CMYK 0 0.70 0.60 0.13
HSL 351.54º 0.7% 0.56% -
HSV(B) 351.54º 0.7% 0.87% -
XYZ 33.83 20.13 11.33 -
YUV 115.15 112.68 204.21 -
System Red Green Blue C M Y K H S L
Decimal 222 66 88 0 0.70 0.60 0.13 351.54 0.7 0.56
Hex DE 42 58 0 46 3C D 160 46 38
Octal 336 102 130 0 106 74 15 540 106 70
Binary 11011110 1000010 1011000 0 1000110 111100 1101 101100000 1000110 111000

Color Harmonies of #DE4258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4258

Black with #DE4258

Text Example


Text Example

White with #DE4258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4258; }

 p { color: rgb(222,66,88); }

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

background-color css

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

 a { background-color: rgb(222,66,88); }

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

border-color css

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

 span { border-color: rgb(222,66,88); }

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