Html Css Color HEX #DD3373 Cerise

📋 copy color: '#DD3373'

red 221 ◦ green 51 ◦ blue 115

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

Shades of Cerise #DD3373

Tints of Cerise #DD3373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.72%

R = 57.11%
G = 13.18%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD3373 (or 0xDD3373) is known color: Cerise. HEX triplet: DD, 33 and 73. RGB value is (221,51,115). Sum of RGB (Red+Green+Blue) = 221+51+115=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3373 is #22CC8C. Grayscale: #6D6D6D. Windows color (decimal): -2280589 or 7549917. OLE color: 7549917.

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

Color convert

RGB 221 51 115 -
CMYK 0 0.77 0.48 0.13
HSL 337.41º 0.71% 0.53% -
HSV(B) 337.41º 0.77% 0.87% -
XYZ 34.1 18.98 18.09 -
YUV 109.13 131.32 207.8 -
System Red Green Blue C M Y K H S L
Decimal 221 51 115 0 0.77 0.48 0.13 337.41 0.71 0.53
Hex DD 33 73 0 4D 30 D 151 47 35
Octal 335 63 163 0 115 60 15 521 107 65
Binary 11011101 110011 1110011 0 1001101 110000 1101 101010001 1000111 110101

Color Harmonies of #DD3373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3373

Black with #DD3373

Text Example


Text Example

White with #DD3373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3373; }

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

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

background-color css

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

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

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

border-color css

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

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

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