Html Css Color HEX #DD297B Deep Cerise

📋 copy color: '#DD297B'

red 221 ◦ green 41 ◦ blue 123

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

Shades of Deep Cerise #DD297B

Tints of Deep Cerise #DD297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.95%

R = 57.4%
G = 10.65%
B = 31.95%

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

#DD297B (or 0xDD297B) is known color: Deep Cerise. HEX triplet: DD, 29 and 7B. RGB value is (221,41,123). Sum of RGB (Red+Green+Blue) = 221+41+123=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD297B is #22D684. Grayscale: #686868. Windows color (decimal): -2283141 or 8071645. OLE color: 8071645.

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

Color convert

RGB 221 41 123 -
CMYK 0 0.81 0.44 0.13
HSL 332.67º 0.73% 0.51% -
HSV(B) 332.67º 0.81% 0.87% -
XYZ 34.19 18.39 20.49 -
YUV 104.17 138.63 211.33 -
System Red Green Blue C M Y K H S L
Decimal 221 41 123 0 0.81 0.44 0.13 332.67 0.73 0.51
Hex DD 29 7B 0 51 2C D 14D 49 33
Octal 335 51 173 0 121 54 15 515 111 63
Binary 11011101 101001 1111011 0 1010001 101100 1101 101001101 1001001 110011

Color Harmonies of #DD297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD297B

Black with #DD297B

Text Example


Text Example

White with #DD297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD297B; }

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

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

background-color css

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

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

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

border-color css

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

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

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