Html Css Color HEX #DD3471 Cerise

📋 copy color: '#DD3471'

red 221 ◦ green 52 ◦ blue 113

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

Shades of Cerise #DD3471

Tints of Cerise #DD3471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.47%

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

R = 57.25%
G = 13.47%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD3471 (or 0xDD3471) is known color: Cerise. HEX triplet: DD, 34 and 71. RGB value is (221,52,113). Sum of RGB (Red+Green+Blue) = 221+52+113=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3471 is #22CB8E. Grayscale: #6D6D6D. Windows color (decimal): -2280335 or 7419101. OLE color: 7419101.

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

Color convert

RGB 221 52 113 -
CMYK 0 0.76 0.49 0.13
HSL 338.34º 0.71% 0.54% -
HSV(B) 338.34º 0.76% 0.87% -
XYZ 34.03 19.02 17.5 -
YUV 109.49 129.99 207.54 -
System Red Green Blue C M Y K H S L
Decimal 221 52 113 0 0.76 0.49 0.13 338.34 0.71 0.54
Hex DD 34 71 0 4C 31 D 152 47 36
Octal 335 64 161 0 114 61 15 522 107 66
Binary 11011101 110100 1110001 0 1001100 110001 1101 101010010 1000111 110110

Color Harmonies of #DD3471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3471

Black with #DD3471

Text Example


Text Example

White with #DD3471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3471; }

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

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

background-color css

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

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

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

border-color css

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

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

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