Html Css Color HEX #DD338A Deep Cerise

📋 copy color: '#DD338A'

red 221 ◦ green 51 ◦ blue 138

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

Shades of Deep Cerise #DD338A

Tints of Deep Cerise #DD338A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.66%

R = 53.9%
G = 12.44%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD338A (or 0xDD338A) is known color: Deep Cerise. HEX triplet: DD, 33 and 8A. RGB value is (221,51,138). Sum of RGB (Red+Green+Blue) = 221+51+138=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD338A is #22CC75. Grayscale: #6F6F6F. Windows color (decimal): -2280566 or 9057245. OLE color: 9057245.

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

Color convert

RGB 221 51 138 -
CMYK 0 0.77 0.38 0.13
HSL 329.29º 0.71% 0.53% -
HSV(B) 329.29º 0.77% 0.87% -
XYZ 35.59 19.57 25.95 -
YUV 111.75 142.82 205.93 -
System Red Green Blue C M Y K H S L
Decimal 221 51 138 0 0.77 0.38 0.13 329.29 0.71 0.53
Hex DD 33 8A 0 4D 26 D 149 47 35
Octal 335 63 212 0 115 46 15 511 107 65
Binary 11011101 110011 10001010 0 1001101 100110 1101 101001001 1000111 110101

Color Harmonies of #DD338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD338A

Black with #DD338A

Text Example


Text Example

White with #DD338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD338A; }

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

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

background-color css

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

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

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

border-color css

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

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

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