Html Css Color HEX #DD2871 Cerise

📋 copy color: '#DD2871'

red 221 ◦ green 40 ◦ blue 113

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

Shades of Cerise #DD2871

Tints of Cerise #DD2871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.21%

R = 59.09%
G = 10.7%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD2871 (or 0xDD2871) is known color: Cerise. HEX triplet: DD, 28 and 71. RGB value is (221,40,113). Sum of RGB (Red+Green+Blue) = 221+40+113=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2871 is #22D78E. Grayscale: #666666. Windows color (decimal): -2283407 or 7416029. OLE color: 7416029.

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

Color convert

RGB 221 40 113 -
CMYK 0 0.82 0.49 0.13
HSL 335.8º 0.73% 0.51% -
HSV(B) 335.8º 0.82% 0.87% -
XYZ 33.56 18.08 17.34 -
YUV 102.44 133.97 212.56 -
System Red Green Blue C M Y K H S L
Decimal 221 40 113 0 0.82 0.49 0.13 335.8 0.73 0.51
Hex DD 28 71 0 52 31 D 150 49 33
Octal 335 50 161 0 122 61 15 520 111 63
Binary 11011101 101000 1110001 0 1010010 110001 1101 101010000 1001001 110011

Color Harmonies of #DD2871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2871

Black with #DD2871

Text Example


Text Example

White with #DD2871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2871; }

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

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

background-color css

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

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

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

border-color css

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

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

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