Html Css Color HEX #DD339D Deep Cerise

📋 copy color: '#DD339D'

red 221 ◦ green 51 ◦ blue 157

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

Shades of Deep Cerise #DD339D

Tints of Deep Cerise #DD339D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.6%

R = 51.52%
G = 11.89%
B = 36.6%

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

#DD339D (or 0xDD339D) is known color: Deep Cerise. HEX triplet: DD, 33 and 9D. RGB value is (221,51,157). Sum of RGB (Red+Green+Blue) = 221+51+157=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD339D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD339D is #22CC62. Grayscale: #717171. Windows color (decimal): -2280547 or 10302429. OLE color: 10302429.

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

Color convert

RGB 221 51 157 -
CMYK 0 0.77 0.29 0.13
HSL 322.59º 0.71% 0.53% -
HSV(B) 322.59º 0.77% 0.87% -
XYZ 37.09 20.17 33.84 -
YUV 113.91 152.32 204.38 -
System Red Green Blue C M Y K H S L
Decimal 221 51 157 0 0.77 0.29 0.13 322.59 0.71 0.53
Hex DD 33 9D 0 4D 1D D 143 47 35
Octal 335 63 235 0 115 35 15 503 107 65
Binary 11011101 110011 10011101 0 1001101 11101 1101 101000011 1000111 110101

Color Harmonies of #DD339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD339D

Black with #DD339D

Text Example


Text Example

White with #DD339D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD339D; }

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

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

background-color css

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

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

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

border-color css

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

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

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