Html Css Color HEX #DE428D Deep Cerise

📋 copy color: '#DE428D'

red 222 ◦ green 66 ◦ blue 141

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

Shades of Deep Cerise #DE428D

Tints of Deep Cerise #DE428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.38%

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

R = 51.75%
G = 15.38%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE428D (or 0xDE428D) is known color: Deep Cerise. HEX triplet: DE, 42 and 8D. RGB value is (222,66,141). Sum of RGB (Red+Green+Blue) = 222+66+141=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DE428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE428D is #21BD72. Grayscale: #797979. Windows color (decimal): -2211187 or 9257694. OLE color: 9257694.

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

Color convert

RGB 222 66 141 -
CMYK 0 0.70 0.36 0.13
HSL 331.15º 0.7% 0.56% -
HSV(B) 331.15º 0.7% 0.87% -
XYZ 36.88 21.35 27.38 -
YUV 121.19 139.18 199.9 -
System Red Green Blue C M Y K H S L
Decimal 222 66 141 0 0.70 0.36 0.13 331.15 0.7 0.56
Hex DE 42 8D 0 46 24 D 14B 46 38
Octal 336 102 215 0 106 44 15 513 106 70
Binary 11011110 1000010 10001101 0 1000110 100100 1101 101001011 1000110 111000

Color Harmonies of #DE428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE428D

Black with #DE428D

Text Example


Text Example

White with #DE428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE428D; }

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

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

background-color css

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

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

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

border-color css

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

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

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