Html Css Color HEX #DD2971 Cerise

📋 copy color: '#DD2971'

red 221 ◦ green 41 ◦ blue 113

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

Shades of Cerise #DD2971

Tints of Cerise #DD2971

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.93%

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

R = 58.93%
G = 10.93%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD2971 (or 0xDD2971) is known color: Cerise. HEX triplet: DD, 29 and 71. RGB value is (221,41,113). Sum of RGB (Red+Green+Blue) = 221+41+113=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2971 is #22D68E. Grayscale: #666666. Windows color (decimal): -2283151 or 7416285. OLE color: 7416285.

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

Color convert

RGB 221 41 113 -
CMYK 0 0.81 0.49 0.13
HSL 336º 0.73% 0.51% -
HSV(B) 336º 0.81% 0.87% -
XYZ 33.59 18.15 17.36 -
YUV 103.03 133.63 212.15 -
System Red Green Blue C M Y K H S L
Decimal 221 41 113 0 0.81 0.49 0.13 336 0.73 0.51
Hex DD 29 71 0 51 31 D 150 49 33
Octal 335 51 161 0 121 61 15 520 111 63
Binary 11011101 101001 1110001 0 1010001 110001 1101 101010000 1001001 110011

Color Harmonies of #DD2971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2971

Black with #DD2971

Text Example


Text Example

White with #DD2971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2971; }

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

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

background-color css

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

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

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

border-color css

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

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

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