Html Css Color HEX #DE298D Deep Cerise

📋 copy color: '#DE298D'

red 222 ◦ green 41 ◦ blue 141

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

Shades of Deep Cerise #DE298D

Tints of Deep Cerise #DE298D

RGB

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

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

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

R = 54.95%
G = 10.15%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE298D (or 0xDE298D) is known color: Deep Cerise. HEX triplet: DE, 29 and 8D. RGB value is (222,41,141). Sum of RGB (Red+Green+Blue) = 222+41+141=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE298D is #21D672. Grayscale: #6A6A6A. Windows color (decimal): -2217587 or 9251294. OLE color: 9251294.

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

Color convert

RGB 222 41 141 -
CMYK 0 0.82 0.36 0.13
HSL 326.85º 0.73% 0.52% -
HSV(B) 326.85º 0.82% 0.87% -
XYZ 35.72 19.04 26.99 -
YUV 106.52 147.47 210.37 -
System Red Green Blue C M Y K H S L
Decimal 222 41 141 0 0.82 0.36 0.13 326.85 0.73 0.52
Hex DE 29 8D 0 52 24 D 147 49 34
Octal 336 51 215 0 122 44 15 507 111 64
Binary 11011110 101001 10001101 0 1010010 100100 1101 101000111 1001001 110100

Color Harmonies of #DE298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE298D

Black with #DE298D

Text Example


Text Example

White with #DE298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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