Html Css Color HEX #DD3961 Cerise

📋 copy color: '#DD3961'

red 221 ◦ green 57 ◦ blue 97

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

Shades of Cerise #DD3961

Tints of Cerise #DD3961

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.2%

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

R = 58.93%
G = 15.2%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD3961 (or 0xDD3961) is known color: Cerise. HEX triplet: DD, 39 and 61. RGB value is (221,57,97). Sum of RGB (Red+Green+Blue) = 221+57+97=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3961 is #22C69E. Grayscale: #6E6E6E. Windows color (decimal): -2279071 or 6371805. OLE color: 6371805.

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

Color convert

RGB 221 57 97 -
CMYK 0 0.74 0.56 0.13
HSL 345.37º 0.71% 0.55% -
HSV(B) 345.37º 0.74% 0.87% -
XYZ 33.44 19.16 13.25 -
YUV 110.6 120.33 206.75 -
System Red Green Blue C M Y K H S L
Decimal 221 57 97 0 0.74 0.56 0.13 345.37 0.71 0.55
Hex DD 39 61 0 4A 38 D 159 47 37
Octal 335 71 141 0 112 70 15 531 107 67
Binary 11011101 111001 1100001 0 1001010 111000 1101 101011001 1000111 110111

Color Harmonies of #DD3961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3961

Black with #DD3961

Text Example


Text Example

White with #DD3961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3961; }

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

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

background-color css

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

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

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

border-color css

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

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

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