Html Css Color HEX #DD365D Cerise

📋 copy color: '#DD365D'

red 221 ◦ green 54 ◦ blue 93

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

Shades of Cerise #DD365D

Tints of Cerise #DD365D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.27%

R = 60.05%
G = 14.67%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD365D (or 0xDD365D) is known color: Cerise. HEX triplet: DD, 36 and 5D. RGB value is (221,54,93). Sum of RGB (Red+Green+Blue) = 221+54+93=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD365D is #22C9A2. Grayscale: #6C6C6C. Windows color (decimal): -2279843 or 6108893. OLE color: 6108893.

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

Color convert

RGB 221 54 93 -
CMYK 0 0.76 0.58 0.13
HSL 345.99º 0.71% 0.54% -
HSV(B) 345.99º 0.76% 0.87% -
XYZ 33.11 18.8 12.24 -
YUV 108.38 119.33 208.33 -
System Red Green Blue C M Y K H S L
Decimal 221 54 93 0 0.76 0.58 0.13 345.99 0.71 0.54
Hex DD 36 5D 0 4C 3A D 15A 47 36
Octal 335 66 135 0 114 72 15 532 107 66
Binary 11011101 110110 1011101 0 1001100 111010 1101 101011010 1000111 110110

Color Harmonies of #DD365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD365D

Black with #DD365D

Text Example


Text Example

White with #DD365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD365D; }

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

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

background-color css

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

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

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

border-color css

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

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

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