Html Css Color HEX #DD297C Deep Cerise

📋 copy color: '#DD297C'

red 221 ◦ green 41 ◦ blue 124

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

Shades of Deep Cerise #DD297C

Tints of Deep Cerise #DD297C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.12%

R = 57.25%
G = 10.62%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD297C (or 0xDD297C) is known color: Deep Cerise. HEX triplet: DD, 29 and 7C. RGB value is (221,41,124). Sum of RGB (Red+Green+Blue) = 221+41+124=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD297C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD297C is #22D683. Grayscale: #686868. Windows color (decimal): -2283140 or 8137181. OLE color: 8137181.

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

Color convert

RGB 221 41 124 -
CMYK 0 0.81 0.44 0.13
HSL 332.33º 0.73% 0.51% -
HSV(B) 332.33º 0.81% 0.87% -
XYZ 34.25 18.41 20.82 -
YUV 104.28 139.13 211.25 -
System Red Green Blue C M Y K H S L
Decimal 221 41 124 0 0.81 0.44 0.13 332.33 0.73 0.51
Hex DD 29 7C 0 51 2C D 14C 49 33
Octal 335 51 174 0 121 54 15 514 111 63
Binary 11011101 101001 1111100 0 1010001 101100 1101 101001100 1001001 110011

Color Harmonies of #DD297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD297C

Black with #DD297C

Text Example


Text Example

White with #DD297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD297C; }

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

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

background-color css

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

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

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

border-color css

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

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

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