Html Css Color HEX #DE3458 Cerise

📋 copy color: '#DE3458'

red 222 ◦ green 52 ◦ blue 88

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

Shades of Cerise #DE3458

Tints of Cerise #DE3458

RGB

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

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

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

R = 61.33%
G = 14.36%
B = 24.31%

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

#DE3458 (or 0xDE3458) is known color: Cerise. HEX triplet: DE, 34 and 58. RGB value is (222,52,88). Sum of RGB (Red+Green+Blue) = 222+52+88=362 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.33% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3458 is #21CBA7. Grayscale: #6A6A6A. Windows color (decimal): -2214824 or 5780702. OLE color: 5780702.

HSL color Cylindrical-coordinate representation of color #DE3458: hue angle of 347.29º 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 #DE3458 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 52 88 -
CMYK 0 0.77 0.60 0.13
HSL 347.29º 0.72% 0.54% -
HSV(B) 347.29º 0.77% 0.87% -
XYZ 33.11 18.69 11.09 -
YUV 106.93 117.32 210.07 -
System Red Green Blue C M Y K H S L
Decimal 222 52 88 0 0.77 0.60 0.13 347.29 0.72 0.54
Hex DE 34 58 0 4D 3C D 15B 48 36
Octal 336 64 130 0 115 74 15 533 110 66
Binary 11011110 110100 1011000 0 1001101 111100 1101 101011011 1001000 110110

Color Harmonies of #DE3458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3458

Black with #DE3458

Text Example


Text Example

White with #DE3458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3458; }

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

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

background-color css

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

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

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

border-color css

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

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

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