Html Css Color HEX #DE3462 Cerise

📋 copy color: '#DE3462'

red 222 ◦ green 52 ◦ blue 98

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

Shades of Cerise #DE3462

Tints of Cerise #DE3462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.98%

 BLUE value IS 98 (38.67% from 255) = 26.34%

R = 59.68%
G = 13.98%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DE3462 (or 0xDE3462) is known color: Cerise. HEX triplet: DE, 34 and 62. RGB value is (222,52,98). Sum of RGB (Red+Green+Blue) = 222+52+98=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3462 is #21CB9D. Grayscale: #6C6C6C. Windows color (decimal): -2214814 or 6436062. OLE color: 6436062.

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

Color convert

RGB 222 52 98 -
CMYK 0 0.77 0.56 0.13
HSL 343.76º 0.72% 0.54% -
HSV(B) 343.76º 0.77% 0.87% -
XYZ 33.56 18.87 13.43 -
YUV 108.07 122.32 209.26 -
System Red Green Blue C M Y K H S L
Decimal 222 52 98 0 0.77 0.56 0.13 343.76 0.72 0.54
Hex DE 34 62 0 4D 38 D 158 48 36
Octal 336 64 142 0 115 70 15 530 110 66
Binary 11011110 110100 1100010 0 1001101 111000 1101 101011000 1001000 110110

Color Harmonies of #DE3462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3462

Black with #DE3462

Text Example


Text Example

White with #DE3462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3462; }

 p { color: rgb(222,52,98); }

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

background-color css

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

 a { background-color: rgb(222,52,98); }

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

border-color css

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

 span { border-color: rgb(222,52,98); }

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