Html Css Color HEX #DE458D Deep Cerise

📋 copy color: '#DE458D'

red 222 ◦ green 69 ◦ blue 141

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

Shades of Deep Cerise #DE458D

Tints of Deep Cerise #DE458D

RGB

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

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

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

R = 51.39%
G = 15.97%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE458D (or 0xDE458D) is known color: Deep Cerise. HEX triplet: DE, 45 and 8D. RGB value is (222,69,141). Sum of RGB (Red+Green+Blue) = 222+69+141=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE458D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE458D is #21BA72. Grayscale: #7A7A7A. Windows color (decimal): -2210419 or 9258462. OLE color: 9258462.

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

Color convert

RGB 222 69 141 -
CMYK 0 0.69 0.36 0.13
HSL 331.76º 0.7% 0.57% -
HSV(B) 331.76º 0.69% 0.87% -
XYZ 37.06 21.71 27.44 -
YUV 122.96 138.19 198.65 -
System Red Green Blue C M Y K H S L
Decimal 222 69 141 0 0.69 0.36 0.13 331.76 0.7 0.57
Hex DE 45 8D 0 45 24 D 14C 46 39
Octal 336 105 215 0 105 44 15 514 106 71
Binary 11011110 1000101 10001101 0 1000101 100100 1101 101001100 1000110 111001

Color Harmonies of #DE458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE458D

Black with #DE458D

Text Example


Text Example

White with #DE458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE458D; }

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

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

background-color css

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

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

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

border-color css

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

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

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