Html Css Color HEX #DE3259 Cerise

📋 copy color: '#DE3259'

red 222 ◦ green 50 ◦ blue 89

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

Shades of Cerise #DE3259

Tints of Cerise #DE3259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.85%

 BLUE value IS 89 (35.16% from 255) = 24.65%

R = 61.5%
G = 13.85%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DE3259 (or 0xDE3259) is known color: Cerise. HEX triplet: DE, 32 and 59. RGB value is (222,50,89). Sum of RGB (Red+Green+Blue) = 222+50+89=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3259 is #21CDA6. Grayscale: #696969. Windows color (decimal): -2215335 or 5845726. OLE color: 5845726.

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

Color convert

RGB 222 50 89 -
CMYK 0 0.77 0.60 0.13
HSL 346.4º 0.72% 0.53% -
HSV(B) 346.4º 0.77% 0.87% -
XYZ 33.07 18.53 11.29 -
YUV 105.87 118.48 210.83 -
System Red Green Blue C M Y K H S L
Decimal 222 50 89 0 0.77 0.60 0.13 346.4 0.72 0.53
Hex DE 32 59 0 4D 3C D 15A 48 35
Octal 336 62 131 0 115 74 15 532 110 65
Binary 11011110 110010 1011001 0 1001101 111100 1101 101011010 1001000 110101

Color Harmonies of #DE3259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3259

Black with #DE3259

Text Example


Text Example

White with #DE3259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3259; }

 p { color: rgb(222,50,89); }

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

background-color css

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

 a { background-color: rgb(222,50,89); }

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

border-color css

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

 span { border-color: rgb(222,50,89); }

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