Html Css Color HEX #DD366D Cerise

📋 copy color: '#DD366D'

red 221 ◦ green 54 ◦ blue 109

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

Shades of Cerise #DD366D

Tints of Cerise #DD366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.06%

 BLUE value IS 109 (42.97% from 255) = 28.39%

R = 57.55%
G = 14.06%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD366D (or 0xDD366D) is known color: Cerise. HEX triplet: DD, 36 and 6D. RGB value is (221,54,109). Sum of RGB (Red+Green+Blue) = 221+54+109=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD366D is #22C992. Grayscale: #6E6E6E. Windows color (decimal): -2279827 or 7157469. OLE color: 7157469.

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

Color convert

RGB 221 54 109 -
CMYK 0 0.76 0.51 0.13
HSL 340.24º 0.71% 0.54% -
HSV(B) 340.24º 0.76% 0.87% -
XYZ 33.9 19.11 16.37 -
YUV 110.2 127.33 207.03 -
System Red Green Blue C M Y K H S L
Decimal 221 54 109 0 0.76 0.51 0.13 340.24 0.71 0.54
Hex DD 36 6D 0 4C 33 D 154 47 36
Octal 335 66 155 0 114 63 15 524 107 66
Binary 11011101 110110 1101101 0 1001100 110011 1101 101010100 1000111 110110

Color Harmonies of #DD366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD366D

Black with #DD366D

Text Example


Text Example

White with #DD366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD366D; }

 p { color: rgb(221,54,109); }

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

background-color css

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

 a { background-color: rgb(221,54,109); }

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

border-color css

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

 span { border-color: rgb(221,54,109); }

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