Html Css Color HEX #DE298C Deep Cerise

📋 copy color: '#DE298C'

red 222 ◦ green 41 ◦ blue 140

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

Shades of Deep Cerise #DE298C

Tints of Deep Cerise #DE298C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.17%

 BLUE value IS 140 (55.08% from 255) = 34.74%

R = 55.09%
G = 10.17%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE298C (or 0xDE298C) is known color: Deep Cerise. HEX triplet: DE, 29 and 8C. RGB value is (222,41,140). Sum of RGB (Red+Green+Blue) = 222+41+140=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DE298C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE298C is #21D673. Grayscale: #6A6A6A. Windows color (decimal): -2217588 or 9185758. OLE color: 9185758.

HSL color Cylindrical-coordinate representation of color #DE298C: hue angle of 327.18º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE298C is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 41 140 -
CMYK 0 0.82 0.37 0.13
HSL 327.18º 0.73% 0.52% -
HSV(B) 327.18º 0.82% 0.87% -
XYZ 35.65 19.01 26.6 -
YUV 106.41 146.97 210.45 -
System Red Green Blue C M Y K H S L
Decimal 222 41 140 0 0.82 0.37 0.13 327.18 0.73 0.52
Hex DE 29 8C 0 52 25 D 147 49 34
Octal 336 51 214 0 122 45 15 507 111 64
Binary 11011110 101001 10001100 0 1010010 100101 1101 101000111 1001001 110100

Color Harmonies of #DE298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE298C

Black with #DE298C

Text Example


Text Example

White with #DE298C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE298C; }

 p { color: rgb(222,41,140); }

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

background-color css

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

 a { background-color: rgb(222,41,140); }

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

border-color css

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

 span { border-color: rgb(222,41,140); }

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