Html Css Color HEX #DD366A Cerise

📋 copy color: '#DD366A'

red 221 ◦ green 54 ◦ blue 106

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

Shades of Cerise #DD366A

Tints of Cerise #DD366A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.82%

R = 58.01%
G = 14.17%
B = 27.82%

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

#DD366A (or 0xDD366A) is known color: Cerise. HEX triplet: DD, 36 and 6A. RGB value is (221,54,106). Sum of RGB (Red+Green+Blue) = 221+54+106=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD366A is #22C995. Grayscale: #6D6D6D. Windows color (decimal): -2279830 or 6960861. OLE color: 6960861.

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

Color convert

RGB 221 54 106 -
CMYK 0 0.76 0.52 0.13
HSL 341.32º 0.71% 0.54% -
HSV(B) 341.32º 0.76% 0.87% -
XYZ 33.74 19.05 15.53 -
YUV 109.86 125.83 207.27 -
System Red Green Blue C M Y K H S L
Decimal 221 54 106 0 0.76 0.52 0.13 341.32 0.71 0.54
Hex DD 36 6A 0 4C 34 D 155 47 36
Octal 335 66 152 0 114 64 15 525 107 66
Binary 11011101 110110 1101010 0 1001100 110100 1101 101010101 1000111 110110

Color Harmonies of #DD366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD366A

Black with #DD366A

Text Example


Text Example

White with #DD366A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD366A; }

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

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

background-color css

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

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

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

border-color css

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

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

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