Html Css Color HEX #DE429D Deep Cerise

📋 copy color: '#DE429D'

red 222 ◦ green 66 ◦ blue 157

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

Shades of Deep Cerise #DE429D

Tints of Deep Cerise #DE429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.28%

R = 49.89%
G = 14.83%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DE429D (or 0xDE429D) is known color: Deep Cerise. HEX triplet: DE, 42 and 9D. RGB value is (222,66,157). Sum of RGB (Red+Green+Blue) = 222+66+157=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 66 (26.17% from 255 or 14.83% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DE429D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE429D is #21BD62. Grayscale: #7A7A7A. Windows color (decimal): -2211171 or 10306270. OLE color: 10306270.

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

Color convert

RGB 222 66 157 -
CMYK 0 0.70 0.29 0.13
HSL 325º 0.7% 0.56% -
HSV(B) 325º 0.7% 0.87% -
XYZ 38.16 21.86 34.11 -
YUV 123.02 147.18 198.6 -
System Red Green Blue C M Y K H S L
Decimal 222 66 157 0 0.70 0.29 0.13 325 0.7 0.56
Hex DE 42 9D 0 46 1D D 145 46 38
Octal 336 102 235 0 106 35 15 505 106 70
Binary 11011110 1000010 10011101 0 1000110 11101 1101 101000101 1000110 111000

Color Harmonies of #DE429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE429D

Black with #DE429D

Text Example


Text Example

White with #DE429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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