Html Css Color HEX #DD2A61 Cerise

📋 copy color: '#DD2A61'

red 221 ◦ green 42 ◦ blue 97

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

Shades of Cerise #DD2A61

Tints of Cerise #DD2A61

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.67%

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

R = 61.39%
G = 11.67%
B = 26.94%

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

#DD2A61 (or 0xDD2A61) is known color: Cerise. HEX triplet: DD, 2A and 61. RGB value is (221,42,97). Sum of RGB (Red+Green+Blue) = 221+42+97=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2A61 is #22D59E. Grayscale: #656565. Windows color (decimal): -2282911 or 6367965. OLE color: 6367965.

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

Color convert

RGB 221 42 97 -
CMYK 0 0.81 0.56 0.13
HSL 341.56º 0.72% 0.52% -
HSV(B) 341.56º 0.81% 0.87% -
XYZ 32.8 17.89 13.03 -
YUV 101.79 125.3 213.03 -
System Red Green Blue C M Y K H S L
Decimal 221 42 97 0 0.81 0.56 0.13 341.56 0.72 0.52
Hex DD 2A 61 0 51 38 D 156 48 34
Octal 335 52 141 0 121 70 15 526 110 64
Binary 11011101 101010 1100001 0 1010001 111000 1101 101010110 1001000 110100

Color Harmonies of #DD2A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2A61

Black with #DD2A61

Text Example


Text Example

White with #DD2A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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