Html Css Color HEX #DE248D Deep Cerise

📋 copy color: '#DE248D'

red 222 ◦ green 36 ◦ blue 141

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

Shades of Deep Cerise #DE248D

Tints of Deep Cerise #DE248D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.02%

 BLUE value IS 141 (55.47% from 255) = 35.34%

R = 55.64%
G = 9.02%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE248D (or 0xDE248D) is known color: Deep Cerise. HEX triplet: DE, 24 and 8D. RGB value is (222,36,141). Sum of RGB (Red+Green+Blue) = 222+36+141=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE248D is #21DB72. Grayscale: #676767. Windows color (decimal): -2218867 or 9250014. OLE color: 9250014.

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

Color convert

RGB 222 36 141 -
CMYK 0 0.84 0.36 0.13
HSL 326.13º 0.74% 0.51% -
HSV(B) 326.13º 0.84% 0.87% -
XYZ 35.56 18.71 26.94 -
YUV 103.58 149.12 212.46 -
System Red Green Blue C M Y K H S L
Decimal 222 36 141 0 0.84 0.36 0.13 326.13 0.74 0.51
Hex DE 24 8D 0 54 24 D 146 4A 33
Octal 336 44 215 0 124 44 15 506 112 63
Binary 11011110 100100 10001101 0 1010100 100100 1101 101000110 1001010 110011

Color Harmonies of #DE248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE248D

Black with #DE248D

Text Example


Text Example

White with #DE248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE248D; }

 p { color: rgb(222,36,141); }

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

background-color css

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

 a { background-color: rgb(222,36,141); }

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

border-color css

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

 span { border-color: rgb(222,36,141); }

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