Html Css Color HEX #DD338C Deep Cerise

📋 copy color: '#DD338C'

red 221 ◦ green 51 ◦ blue 140

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

Shades of Deep Cerise #DD338C

Tints of Deep Cerise #DD338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.98%

R = 53.64%
G = 12.38%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD338C (or 0xDD338C) is known color: Deep Cerise. HEX triplet: DD, 33 and 8C. RGB value is (221,51,140). Sum of RGB (Red+Green+Blue) = 221+51+140=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD338C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD338C is #22CC73. Grayscale: #6F6F6F. Windows color (decimal): -2280564 or 9188317. OLE color: 9188317.

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

Color convert

RGB 221 51 140 -
CMYK 0 0.77 0.37 0.13
HSL 328.59º 0.71% 0.53% -
HSV(B) 328.59º 0.77% 0.87% -
XYZ 35.74 19.63 26.72 -
YUV 111.98 143.82 205.76 -
System Red Green Blue C M Y K H S L
Decimal 221 51 140 0 0.77 0.37 0.13 328.59 0.71 0.53
Hex DD 33 8C 0 4D 25 D 149 47 35
Octal 335 63 214 0 115 45 15 511 107 65
Binary 11011101 110011 10001100 0 1001101 100101 1101 101001001 1000111 110101

Color Harmonies of #DD338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD338C

Black with #DD338C

Text Example


Text Example

White with #DD338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD338C; }

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

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

background-color css

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

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

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

border-color css

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

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

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