Html Css Color HEX #DD339F Deep Cerise

📋 copy color: '#DD339F'

red 221 ◦ green 51 ◦ blue 159

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

Shades of Deep Cerise #DD339F

Tints of Deep Cerise #DD339F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.89%

R = 51.28%
G = 11.83%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD339F (or 0xDD339F) is known color: Deep Cerise. HEX triplet: DD, 33 and 9F. RGB value is (221,51,159). Sum of RGB (Red+Green+Blue) = 221+51+159=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD339F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD339F is #22CC60. Grayscale: #717171. Windows color (decimal): -2280545 or 10433501. OLE color: 10433501.

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

Color convert

RGB 221 51 159 -
CMYK 0 0.77 0.28 0.13
HSL 321.88º 0.71% 0.53% -
HSV(B) 321.88º 0.77% 0.87% -
XYZ 37.26 20.24 34.74 -
YUV 114.14 153.32 204.22 -
System Red Green Blue C M Y K H S L
Decimal 221 51 159 0 0.77 0.28 0.13 321.88 0.71 0.53
Hex DD 33 9F 0 4D 1C D 142 47 35
Octal 335 63 237 0 115 34 15 502 107 65
Binary 11011101 110011 10011111 0 1001101 11100 1101 101000010 1000111 110101

Color Harmonies of #DD339F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD339F

Black with #DD339F

Text Example


Text Example

White with #DD339F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD339F; }

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

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

background-color css

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

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

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

border-color css

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

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

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