Html Css Color HEX #DD3371 Cerise

📋 copy color: '#DD3371'

red 221 ◦ green 51 ◦ blue 113

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

Shades of Cerise #DD3371

Tints of Cerise #DD3371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.35%

R = 57.4%
G = 13.25%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD3371 (or 0xDD3371) is known color: Cerise. HEX triplet: DD, 33 and 71. RGB value is (221,51,113). Sum of RGB (Red+Green+Blue) = 221+51+113=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3371 is #22CC8E. Grayscale: #6C6C6C. Windows color (decimal): -2280591 or 7418845. OLE color: 7418845.

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

Color convert

RGB 221 51 113 -
CMYK 0 0.77 0.49 0.13
HSL 338.12º 0.71% 0.53% -
HSV(B) 338.12º 0.77% 0.87% -
XYZ 33.98 18.93 17.49 -
YUV 108.9 130.32 207.96 -
System Red Green Blue C M Y K H S L
Decimal 221 51 113 0 0.77 0.49 0.13 338.12 0.71 0.53
Hex DD 33 71 0 4D 31 D 152 47 35
Octal 335 63 161 0 115 61 15 522 107 65
Binary 11011101 110011 1110001 0 1001101 110001 1101 101010010 1000111 110101

Color Harmonies of #DD3371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3371

Black with #DD3371

Text Example


Text Example

White with #DD3371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3371; }

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

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

background-color css

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

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

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

border-color css

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

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

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