Html Css Color HEX #DD2370 Cerise

📋 copy color: '#DD2370'

red 221 ◦ green 35 ◦ blue 112

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

Shades of Cerise #DD2370

Tints of Cerise #DD2370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.51%

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

R = 60.05%
G = 9.51%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD2370 (or 0xDD2370) is known color: Cerise. HEX triplet: DD, 23 and 70. RGB value is (221,35,112). Sum of RGB (Red+Green+Blue) = 221+35+112=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2370 is #22DC8F. Grayscale: #636363. Windows color (decimal): -2284688 or 7349213. OLE color: 7349213.

HSL color Cylindrical-coordinate representation of color #DD2370: hue angle of 335.16º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2370 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 35 112 -
CMYK 0 0.84 0.49 0.13
HSL 335.16º 0.73% 0.5% -
HSV(B) 335.16º 0.84% 0.87% -
XYZ 33.34 17.74 17 -
YUV 99.39 135.12 214.74 -
System Red Green Blue C M Y K H S L
Decimal 221 35 112 0 0.84 0.49 0.13 335.16 0.73 0.5
Hex DD 23 70 0 54 31 D 14F 49 32
Octal 335 43 160 0 124 61 15 517 111 62
Binary 11011101 100011 1110000 0 1010100 110001 1101 101001111 1001001 110010

Color Harmonies of #DD2370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2370

Black with #DD2370

Text Example


Text Example

White with #DD2370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2370; }

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

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

background-color css

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

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

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

border-color css

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

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

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