Html Css Color HEX #DE488E Deep Cerise

📋 copy color: '#DE488E'

red 222 ◦ green 72 ◦ blue 142

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

Shades of Deep Cerise #DE488E

Tints of Deep Cerise #DE488E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.57%

R = 50.92%
G = 16.51%
B = 32.57%

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

#DE488E (or 0xDE488E) is known color: Deep Cerise. HEX triplet: DE, 48 and 8E. RGB value is (222,72,142). Sum of RGB (Red+Green+Blue) = 222+72+142=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE488E is #21B771. Grayscale: #7C7C7C. Windows color (decimal): -2209650 or 9324766. OLE color: 9324766.

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

Color convert

RGB 222 72 142 -
CMYK 0 0.68 0.36 0.13
HSL 332º 0.69% 0.58% -
HSV(B) 332º 0.68% 0.87% -
XYZ 37.32 22.12 27.89 -
YUV 124.83 137.7 197.31 -
System Red Green Blue C M Y K H S L
Decimal 222 72 142 0 0.68 0.36 0.13 332 0.69 0.58
Hex DE 48 8E 0 44 24 D 14C 45 3A
Octal 336 110 216 0 104 44 15 514 105 72
Binary 11011110 1001000 10001110 0 1000100 100100 1101 101001100 1000101 111010

Color Harmonies of #DE488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE488E

Black with #DE488E

Text Example


Text Example

White with #DE488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE488E; }

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

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

background-color css

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

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

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

border-color css

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

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

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