Html Css Color HEX #DD2873 Cerise

📋 copy color: '#DD2873'

red 221 ◦ green 40 ◦ blue 115

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

Shades of Cerise #DD2873

Tints of Cerise #DD2873

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.64%

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

R = 58.78%
G = 10.64%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD2873 (or 0xDD2873) is known color: Cerise. HEX triplet: DD, 28 and 73. RGB value is (221,40,115). Sum of RGB (Red+Green+Blue) = 221+40+115=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2873 is #22D78C. Grayscale: #666666. Windows color (decimal): -2283405 or 7547101. OLE color: 7547101.

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

Color convert

RGB 221 40 115 -
CMYK 0 0.82 0.48 0.13
HSL 335.14º 0.73% 0.51% -
HSV(B) 335.14º 0.82% 0.87% -
XYZ 33.67 18.13 17.94 -
YUV 102.67 134.97 212.4 -
System Red Green Blue C M Y K H S L
Decimal 221 40 115 0 0.82 0.48 0.13 335.14 0.73 0.51
Hex DD 28 73 0 52 30 D 14F 49 33
Octal 335 50 163 0 122 60 15 517 111 63
Binary 11011101 101000 1110011 0 1010010 110000 1101 101001111 1001001 110011

Color Harmonies of #DD2873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2873

Black with #DD2873

Text Example


Text Example

White with #DD2873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2873; }

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

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

background-color css

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

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

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

border-color css

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

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

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