Html Css Color HEX #DD366B Cerise

📋 copy color: '#DD366B'

red 221 ◦ green 54 ◦ blue 107

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

Shades of Cerise #DD366B

Tints of Cerise #DD366B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.01%

R = 57.85%
G = 14.14%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD366B (or 0xDD366B) is known color: Cerise. HEX triplet: DD, 36 and 6B. RGB value is (221,54,107). Sum of RGB (Red+Green+Blue) = 221+54+107=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD366B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD366B is #22C994. Grayscale: #6D6D6D. Windows color (decimal): -2279829 or 7026397. OLE color: 7026397.

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

Color convert

RGB 221 54 107 -
CMYK 0 0.76 0.52 0.13
HSL 340.96º 0.71% 0.54% -
HSV(B) 340.96º 0.76% 0.87% -
XYZ 33.79 19.07 15.81 -
YUV 109.98 126.33 207.19 -
System Red Green Blue C M Y K H S L
Decimal 221 54 107 0 0.76 0.52 0.13 340.96 0.71 0.54
Hex DD 36 6B 0 4C 34 D 155 47 36
Octal 335 66 153 0 114 64 15 525 107 66
Binary 11011101 110110 1101011 0 1001100 110100 1101 101010101 1000111 110110

Color Harmonies of #DD366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD366B

Black with #DD366B

Text Example


Text Example

White with #DD366B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD366B; }

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

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

background-color css

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

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

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

border-color css

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

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

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