Html Css Color HEX #DE458C Deep Cerise

📋 copy color: '#DE458C'

red 222 ◦ green 69 ◦ blue 140

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

Shades of Deep Cerise #DE458C

Tints of Deep Cerise #DE458C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.01%

 BLUE value IS 140 (55.08% from 255) = 32.48%

R = 51.51%
G = 16.01%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE458C (or 0xDE458C) is known color: Deep Cerise. HEX triplet: DE, 45 and 8C. RGB value is (222,69,140). Sum of RGB (Red+Green+Blue) = 222+69+140=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE458C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE458C is #21BA73. Grayscale: #7A7A7A. Windows color (decimal): -2210420 or 9192926. OLE color: 9192926.

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

Color convert

RGB 222 69 140 -
CMYK 0 0.69 0.37 0.13
HSL 332.16º 0.7% 0.57% -
HSV(B) 332.16º 0.69% 0.87% -
XYZ 36.99 21.68 27.05 -
YUV 122.84 137.69 198.73 -
System Red Green Blue C M Y K H S L
Decimal 222 69 140 0 0.69 0.37 0.13 332.16 0.7 0.57
Hex DE 45 8C 0 45 25 D 14C 46 39
Octal 336 105 214 0 105 45 15 514 106 71
Binary 11011110 1000101 10001100 0 1000101 100101 1101 101001100 1000110 111001

Color Harmonies of #DE458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE458C

Black with #DE458C

Text Example


Text Example

White with #DE458C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE458C; }

 p { color: rgb(222,69,140); }

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

background-color css

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

 a { background-color: rgb(222,69,140); }

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

border-color css

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

 span { border-color: rgb(222,69,140); }

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