Html Css Color HEX #DD338D Deep Cerise

📋 copy color: '#DD338D'

red 221 ◦ green 51 ◦ blue 141

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

Shades of Deep Cerise #DD338D

Tints of Deep Cerise #DD338D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.14%

R = 53.51%
G = 12.35%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD338D (or 0xDD338D) is known color: Deep Cerise. HEX triplet: DD, 33 and 8D. RGB value is (221,51,141). Sum of RGB (Red+Green+Blue) = 221+51+141=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD338D is #22CC72. Grayscale: #6F6F6F. Windows color (decimal): -2280563 or 9253853. OLE color: 9253853.

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

Color convert

RGB 221 51 141 -
CMYK 0 0.77 0.36 0.13
HSL 328.24º 0.71% 0.53% -
HSV(B) 328.24º 0.77% 0.87% -
XYZ 35.81 19.66 27.11 -
YUV 112.09 144.32 205.68 -
System Red Green Blue C M Y K H S L
Decimal 221 51 141 0 0.77 0.36 0.13 328.24 0.71 0.53
Hex DD 33 8D 0 4D 24 D 148 47 35
Octal 335 63 215 0 115 44 15 510 107 65
Binary 11011101 110011 10001101 0 1001101 100100 1101 101001000 1000111 110101

Color Harmonies of #DD338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD338D

Black with #DD338D

Text Example


Text Example

White with #DD338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD338D; }

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

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

background-color css

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

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

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

border-color css

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

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

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