Html Css Color HEX #DD3361 Cerise

📋 copy color: '#DD3361'

red 221 ◦ green 51 ◦ blue 97

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

Shades of Cerise #DD3361

Tints of Cerise #DD3361

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.82%

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

R = 59.89%
G = 13.82%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD3361 (or 0xDD3361) is known color: Cerise. HEX triplet: DD, 33 and 61. RGB value is (221,51,97). Sum of RGB (Red+Green+Blue) = 221+51+97=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3361 is #22CC9E. Grayscale: #6B6B6B. Windows color (decimal): -2280607 or 6370269. OLE color: 6370269.

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

Color convert

RGB 221 51 97 -
CMYK 0 0.77 0.56 0.13
HSL 343.76º 0.71% 0.53% -
HSV(B) 343.76º 0.77% 0.87% -
XYZ 33.16 18.6 13.15 -
YUV 107.07 122.32 209.26 -
System Red Green Blue C M Y K H S L
Decimal 221 51 97 0 0.77 0.56 0.13 343.76 0.71 0.53
Hex DD 33 61 0 4D 38 D 158 47 35
Octal 335 63 141 0 115 70 15 530 107 65
Binary 11011101 110011 1100001 0 1001101 111000 1101 101011000 1000111 110101

Color Harmonies of #DD3361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3361

Black with #DD3361

Text Example


Text Example

White with #DD3361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3361; }

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

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

background-color css

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

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

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

border-color css

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

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

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