Html Css Color HEX #DD298E Deep Cerise

📋 copy color: '#DD298E'

red 221 ◦ green 41 ◦ blue 142

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

Shades of Deep Cerise #DD298E

Tints of Deep Cerise #DD298E

RGB

 RED value IS 221 (86.72% from 255) = 54.7%

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

 BLUE value IS 142 (55.86% from 255) = 35.15%

R = 54.7%
G = 10.15%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD298E (or 0xDD298E) is known color: Deep Cerise. HEX triplet: DD, 29 and 8E. RGB value is (221,41,142). Sum of RGB (Red+Green+Blue) = 221+41+142=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD298E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD298E is #22D671. Grayscale: #6A6A6A. Windows color (decimal): -2283122 or 9316829. OLE color: 9316829.

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

Color convert

RGB 221 41 142 -
CMYK 0 0.81 0.36 0.13
HSL 326.33º 0.73% 0.51% -
HSV(B) 326.33º 0.81% 0.87% -
XYZ 35.49 18.91 27.37 -
YUV 106.33 148.13 209.79 -
System Red Green Blue C M Y K H S L
Decimal 221 41 142 0 0.81 0.36 0.13 326.33 0.73 0.51
Hex DD 29 8E 0 51 24 D 146 49 33
Octal 335 51 216 0 121 44 15 506 111 63
Binary 11011101 101001 10001110 0 1010001 100100 1101 101000110 1001001 110011

Color Harmonies of #DD298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD298E

Black with #DD298E

Text Example


Text Example

White with #DD298E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD298E; }

 p { color: rgb(221,41,142); }

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

background-color css

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

 a { background-color: rgb(221,41,142); }

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

border-color css

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

 span { border-color: rgb(221,41,142); }

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