Html Css Color HEX #DE34A6 Deep Cerise

📋 copy color: '#DE34A6'

red 222 ◦ green 52 ◦ blue 166

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

Shades of Deep Cerise #DE34A6

Tints of Deep Cerise #DE34A6

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.82%

 BLUE value IS 166 (65.23% from 255) = 37.73%

R = 50.45%
G = 11.82%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DE34A6 (or 0xDE34A6) is known color: Deep Cerise. HEX triplet: DE, 34 and A6. RGB value is (222,52,166). Sum of RGB (Red+Green+Blue) = 222+52+166=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE34A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE34A6 is #21CB59. Grayscale: #737373. Windows color (decimal): -2214746 or 10892510. OLE color: 10892510.

HSL color Cylindrical-coordinate representation of color #DE34A6: hue angle of 319.76º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE34A6 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 52 166 -
CMYK 0 0.77 0.25 0.13
HSL 319.76º 0.72% 0.54% -
HSV(B) 319.76º 0.77% 0.87% -
XYZ 38.24 20.74 38.06 -
YUV 115.83 156.32 203.73 -
System Red Green Blue C M Y K H S L
Decimal 222 52 166 0 0.77 0.25 0.13 319.76 0.72 0.54
Hex DE 34 A6 0 4D 19 D 140 48 36
Octal 336 64 246 0 115 31 15 500 110 66
Binary 11011110 110100 10100110 0 1001101 11001 1101 101000000 1001000 110110

Color Harmonies of #DE34A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE34A6

Black with #DE34A6

Text Example


Text Example

White with #DE34A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE34A6; }

 p { color: rgb(222,52,166); }

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

background-color css

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

 a { background-color: rgb(222,52,166); }

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

border-color css

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

 span { border-color: rgb(222,52,166); }

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