Html Css Color HEX #DD3370 Cerise

📋 copy color: '#DD3370'

red 221 ◦ green 51 ◦ blue 112

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

Shades of Cerise #DD3370

Tints of Cerise #DD3370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.17%

R = 57.55%
G = 13.28%
B = 29.17%

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

#DD3370 (or 0xDD3370) is known color: Cerise. HEX triplet: DD, 33 and 70. RGB value is (221,51,112). Sum of RGB (Red+Green+Blue) = 221+51+112=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3370 is #22CC8F. Grayscale: #6C6C6C. Windows color (decimal): -2280592 or 7353309. OLE color: 7353309.

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

Color convert

RGB 221 51 112 -
CMYK 0 0.77 0.49 0.13
HSL 338.47º 0.71% 0.53% -
HSV(B) 338.47º 0.77% 0.87% -
XYZ 33.93 18.91 17.19 -
YUV 108.78 129.82 208.04 -
System Red Green Blue C M Y K H S L
Decimal 221 51 112 0 0.77 0.49 0.13 338.47 0.71 0.53
Hex DD 33 70 0 4D 31 D 152 47 35
Octal 335 63 160 0 115 61 15 522 107 65
Binary 11011101 110011 1110000 0 1001101 110001 1101 101010010 1000111 110101

Color Harmonies of #DD3370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3370

Black with #DD3370

Text Example


Text Example

White with #DD3370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3370; }

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

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

background-color css

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

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

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

border-color css

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

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

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