Html Css Color HEX #DD366F Cerise

📋 copy color: '#DD366F'

red 221 ◦ green 54 ◦ blue 111

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

Shades of Cerise #DD366F

Tints of Cerise #DD366F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.76%

R = 57.25%
G = 13.99%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD366F (or 0xDD366F) is known color: Cerise. HEX triplet: DD, 36 and 6F. RGB value is (221,54,111). Sum of RGB (Red+Green+Blue) = 221+54+111=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD366F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD366F is #22C990. Grayscale: #6E6E6E. Windows color (decimal): -2279825 or 7288541. OLE color: 7288541.

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

Color convert

RGB 221 54 111 -
CMYK 0 0.76 0.50 0.13
HSL 339.52º 0.71% 0.54% -
HSV(B) 339.52º 0.76% 0.87% -
XYZ 34.01 19.16 16.94 -
YUV 110.43 128.33 206.87 -
System Red Green Blue C M Y K H S L
Decimal 221 54 111 0 0.76 0.50 0.13 339.52 0.71 0.54
Hex DD 36 6F 0 4C 32 D 154 47 36
Octal 335 66 157 0 114 62 15 524 107 66
Binary 11011101 110110 1101111 0 1001100 110010 1101 101010100 1000111 110110

Color Harmonies of #DD366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD366F

Black with #DD366F

Text Example


Text Example

White with #DD366F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD366F; }

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

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

background-color css

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

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

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

border-color css

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

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

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