Html Css Color HEX #DE488D Deep Cerise

📋 copy color: '#DE488D'

red 222 ◦ green 72 ◦ blue 141

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

Shades of Deep Cerise #DE488D

Tints of Deep Cerise #DE488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.55%

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

R = 51.03%
G = 16.55%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE488D (or 0xDE488D) is known color: Deep Cerise. HEX triplet: DE, 48 and 8D. RGB value is (222,72,141). Sum of RGB (Red+Green+Blue) = 222+72+141=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE488D is #21B772. Grayscale: #7C7C7C. Windows color (decimal): -2209651 or 9259230. OLE color: 9259230.

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

Color convert

RGB 222 72 141 -
CMYK 0 0.68 0.36 0.13
HSL 332.4º 0.69% 0.58% -
HSV(B) 332.4º 0.68% 0.87% -
XYZ 37.25 22.09 27.5 -
YUV 124.72 137.2 197.39 -
System Red Green Blue C M Y K H S L
Decimal 222 72 141 0 0.68 0.36 0.13 332.4 0.69 0.58
Hex DE 48 8D 0 44 24 D 14C 45 3A
Octal 336 110 215 0 104 44 15 514 105 72
Binary 11011110 1001000 10001101 0 1000100 100100 1101 101001100 1000101 111010

Color Harmonies of #DE488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE488D

Black with #DE488D

Text Example


Text Example

White with #DE488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE488D; }

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

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

background-color css

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

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

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

border-color css

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

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

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