Html Css Color HEX #DD297E Deep Cerise

📋 copy color: '#DD297E'

red 221 ◦ green 41 ◦ blue 126

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

Shades of Deep Cerise #DD297E

Tints of Deep Cerise #DD297E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.47%

R = 56.96%
G = 10.57%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD297E (or 0xDD297E) is known color: Deep Cerise. HEX triplet: DD, 29 and 7E. RGB value is (221,41,126). Sum of RGB (Red+Green+Blue) = 221+41+126=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD297E is #22D681. Grayscale: #686868. Windows color (decimal): -2283138 or 8268253. OLE color: 8268253.

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

Color convert

RGB 221 41 126 -
CMYK 0 0.81 0.43 0.13
HSL 331.67º 0.73% 0.51% -
HSV(B) 331.67º 0.81% 0.87% -
XYZ 34.38 18.46 21.49 -
YUV 104.51 140.13 211.09 -
System Red Green Blue C M Y K H S L
Decimal 221 41 126 0 0.81 0.43 0.13 331.67 0.73 0.51
Hex DD 29 7E 0 51 2B D 14C 49 33
Octal 335 51 176 0 121 53 15 514 111 63
Binary 11011101 101001 1111110 0 1010001 101011 1101 101001100 1001001 110011

Color Harmonies of #DD297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD297E

Black with #DD297E

Text Example


Text Example

White with #DD297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD297E; }

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

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

background-color css

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

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

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

border-color css

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

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

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