Html Css Color HEX #DD298A Deep Cerise

📋 copy color: '#DD298A'

red 221 ◦ green 41 ◦ blue 138

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

Shades of Deep Cerise #DD298A

Tints of Deep Cerise #DD298A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.5%

R = 55.25%
G = 10.25%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD298A (or 0xDD298A) is known color: Deep Cerise. HEX triplet: DD, 29 and 8A. RGB value is (221,41,138). Sum of RGB (Red+Green+Blue) = 221+41+138=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD298A is #22D675. Grayscale: #696969. Windows color (decimal): -2283126 or 9054685. OLE color: 9054685.

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

Color convert

RGB 221 41 138 -
CMYK 0 0.81 0.38 0.13
HSL 327.67º 0.73% 0.51% -
HSV(B) 327.67º 0.81% 0.87% -
XYZ 35.2 18.79 25.82 -
YUV 105.88 146.13 210.11 -
System Red Green Blue C M Y K H S L
Decimal 221 41 138 0 0.81 0.38 0.13 327.67 0.73 0.51
Hex DD 29 8A 0 51 26 D 148 49 33
Octal 335 51 212 0 121 46 15 510 111 63
Binary 11011101 101001 10001010 0 1010001 100110 1101 101001000 1001001 110011

Color Harmonies of #DD298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD298A

Black with #DD298A

Text Example


Text Example

White with #DD298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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