Html Css Color HEX #DD3372 Cerise

📋 copy color: '#DD3372'

red 221 ◦ green 51 ◦ blue 114

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

Shades of Cerise #DD3372

Tints of Cerise #DD3372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.53%

R = 57.25%
G = 13.21%
B = 29.53%

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

#DD3372 (or 0xDD3372) is known color: Cerise. HEX triplet: DD, 33 and 72. RGB value is (221,51,114). Sum of RGB (Red+Green+Blue) = 221+51+114=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3372 is #22CC8D. Grayscale: #6C6C6C. Windows color (decimal): -2280590 or 7484381. OLE color: 7484381.

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

Color convert

RGB 221 51 114 -
CMYK 0 0.77 0.48 0.13
HSL 337.76º 0.71% 0.53% -
HSV(B) 337.76º 0.77% 0.87% -
XYZ 34.04 18.95 17.78 -
YUV 109.01 130.82 207.88 -
System Red Green Blue C M Y K H S L
Decimal 221 51 114 0 0.77 0.48 0.13 337.76 0.71 0.53
Hex DD 33 72 0 4D 30 D 152 47 35
Octal 335 63 162 0 115 60 15 522 107 65
Binary 11011101 110011 1110010 0 1001101 110000 1101 101010010 1000111 110101

Color Harmonies of #DD3372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3372

Black with #DD3372

Text Example


Text Example

White with #DD3372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3372; }

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

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

background-color css

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

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

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

border-color css

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

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

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