Html Css Color HEX #DE429B Deep Cerise

📋 copy color: '#DE429B'

red 222 ◦ green 66 ◦ blue 155

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

Shades of Deep Cerise #DE429B

Tints of Deep Cerise #DE429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.99%

R = 50.11%
G = 14.9%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE429B (or 0xDE429B) is known color: Deep Cerise. HEX triplet: DE, 42 and 9B. RGB value is (222,66,155). Sum of RGB (Red+Green+Blue) = 222+66+155=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE429B is #21BD64. Grayscale: #7A7A7A. Windows color (decimal): -2211173 or 10175198. OLE color: 10175198.

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

Color convert

RGB 222 66 155 -
CMYK 0 0.70 0.30 0.13
HSL 325.77º 0.7% 0.56% -
HSV(B) 325.77º 0.7% 0.87% -
XYZ 37.99 21.79 33.21 -
YUV 122.79 146.18 198.76 -
System Red Green Blue C M Y K H S L
Decimal 222 66 155 0 0.70 0.30 0.13 325.77 0.7 0.56
Hex DE 42 9B 0 46 1E D 146 46 38
Octal 336 102 233 0 106 36 15 506 106 70
Binary 11011110 1000010 10011011 0 1000110 11110 1101 101000110 1000110 111000

Color Harmonies of #DE429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE429B

Black with #DE429B

Text Example


Text Example

White with #DE429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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