Html Css Color HEX #DD3871 Cerise

📋 copy color: '#DD3871'

red 221 ◦ green 56 ◦ blue 113

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

Shades of Cerise #DD3871

Tints of Cerise #DD3871

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.36%

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

R = 56.67%
G = 14.36%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD3871 (or 0xDD3871) is known color: Cerise. HEX triplet: DD, 38 and 71. RGB value is (221,56,113). Sum of RGB (Red+Green+Blue) = 221+56+113=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3871 is #22C78E. Grayscale: #6F6F6F. Windows color (decimal): -2279311 or 7420125. OLE color: 7420125.

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

Color convert

RGB 221 56 113 -
CMYK 0 0.75 0.49 0.13
HSL 339.27º 0.71% 0.54% -
HSV(B) 339.27º 0.75% 0.87% -
XYZ 34.21 19.39 17.56 -
YUV 111.83 128.66 205.87 -
System Red Green Blue C M Y K H S L
Decimal 221 56 113 0 0.75 0.49 0.13 339.27 0.71 0.54
Hex DD 38 71 0 4B 31 D 153 47 36
Octal 335 70 161 0 113 61 15 523 107 66
Binary 11011101 111000 1110001 0 1001011 110001 1101 101010011 1000111 110110

Color Harmonies of #DD3871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3871

Black with #DD3871

Text Example


Text Example

White with #DD3871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3871; }

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

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

background-color css

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

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

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

border-color css

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

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

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