Html Css Color HEX #DD339C Deep Cerise

📋 copy color: '#DD339C'

red 221 ◦ green 51 ◦ blue 156

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

Shades of Deep Cerise #DD339C

Tints of Deep Cerise #DD339C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.45%

R = 51.64%
G = 11.92%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD339C (or 0xDD339C) is known color: Deep Cerise. HEX triplet: DD, 33 and 9C. RGB value is (221,51,156). Sum of RGB (Red+Green+Blue) = 221+51+156=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD339C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD339C is #22CC63. Grayscale: #717171. Windows color (decimal): -2280548 or 10236893. OLE color: 10236893.

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

Color convert

RGB 221 51 156 -
CMYK 0 0.77 0.29 0.13
HSL 322.94º 0.71% 0.53% -
HSV(B) 322.94º 0.77% 0.87% -
XYZ 37 20.14 33.39 -
YUV 113.8 151.82 204.46 -
System Red Green Blue C M Y K H S L
Decimal 221 51 156 0 0.77 0.29 0.13 322.94 0.71 0.53
Hex DD 33 9C 0 4D 1D D 143 47 35
Octal 335 63 234 0 115 35 15 503 107 65
Binary 11011101 110011 10011100 0 1001101 11101 1101 101000011 1000111 110101

Color Harmonies of #DD339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD339C

Black with #DD339C

Text Example


Text Example

White with #DD339C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD339C; }

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

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

background-color css

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

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

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

border-color css

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

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

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