Html Css Color HEX #DD2961 Cerise

📋 copy color: '#DD2961'

red 221 ◦ green 41 ◦ blue 97

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

Shades of Cerise #DD2961

Tints of Cerise #DD2961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.02%

R = 61.56%
G = 11.42%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD2961 (or 0xDD2961) is known color: Cerise. HEX triplet: DD, 29 and 61. RGB value is (221,41,97). Sum of RGB (Red+Green+Blue) = 221+41+97=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2961 is #22D69E. Grayscale: #656565. Windows color (decimal): -2283167 or 6367709. OLE color: 6367709.

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

Color convert

RGB 221 41 97 -
CMYK 0 0.81 0.56 0.13
HSL 341.33º 0.73% 0.51% -
HSV(B) 341.33º 0.81% 0.87% -
XYZ 32.77 17.82 13.02 -
YUV 101.2 125.63 213.45 -
System Red Green Blue C M Y K H S L
Decimal 221 41 97 0 0.81 0.56 0.13 341.33 0.73 0.51
Hex DD 29 61 0 51 38 D 155 49 33
Octal 335 51 141 0 121 70 15 525 111 63
Binary 11011101 101001 1100001 0 1010001 111000 1101 101010101 1001001 110011

Color Harmonies of #DD2961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2961

Black with #DD2961

Text Example


Text Example

White with #DD2961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2961; }

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

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

background-color css

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

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

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

border-color css

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

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

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