Html Css Color HEX #DD337A Deep Cerise

📋 copy color: '#DD337A'

red 221 ◦ green 51 ◦ blue 122

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

Shades of Deep Cerise #DD337A

Tints of Deep Cerise #DD337A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.94%

 BLUE value IS 122 (48.05% from 255) = 30.96%

R = 56.09%
G = 12.94%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD337A (or 0xDD337A) is known color: Deep Cerise. HEX triplet: DD, 33 and 7A. RGB value is (221,51,122). Sum of RGB (Red+Green+Blue) = 221+51+122=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD337A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD337A is #22CC85. Grayscale: #6D6D6D. Windows color (decimal): -2280582 or 8008669. OLE color: 8008669.

HSL color Cylindrical-coordinate representation of color #DD337A: hue angle of 334.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD337A is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 51 122 -
CMYK 0 0.77 0.45 0.13
HSL 334.94º 0.71% 0.53% -
HSV(B) 334.94º 0.77% 0.87% -
XYZ 34.52 19.14 20.29 -
YUV 109.92 134.82 207.23 -
System Red Green Blue C M Y K H S L
Decimal 221 51 122 0 0.77 0.45 0.13 334.94 0.71 0.53
Hex DD 33 7A 0 4D 2D D 14F 47 35
Octal 335 63 172 0 115 55 15 517 107 65
Binary 11011101 110011 1111010 0 1001101 101101 1101 101001111 1000111 110101

Color Harmonies of #DD337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD337A

Black with #DD337A

Text Example


Text Example

White with #DD337A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD337A; }

 p { color: rgb(221,51,122); }

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

background-color css

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

 a { background-color: rgb(221,51,122); }

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

border-color css

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

 span { border-color: rgb(221,51,122); }

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