Html Css Color HEX #DD355E Cerise

📋 copy color: '#DD355E'

red 221 ◦ green 53 ◦ blue 94

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

Shades of Cerise #DD355E

Tints of Cerise #DD355E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.4%

 BLUE value IS 94 (37.11% from 255) = 25.54%

R = 60.05%
G = 14.4%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD355E (or 0xDD355E) is known color: Cerise. HEX triplet: DD, 35 and 5E. RGB value is (221,53,94). Sum of RGB (Red+Green+Blue) = 221+53+94=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD355E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD355E is #22CAA1. Grayscale: #6B6B6B. Windows color (decimal): -2280098 or 6174173. OLE color: 6174173.

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

Color convert

RGB 221 53 94 -
CMYK 0 0.76 0.57 0.13
HSL 345.36º 0.71% 0.54% -
HSV(B) 345.36º 0.76% 0.87% -
XYZ 33.11 18.73 12.46 -
YUV 107.91 120.16 208.67 -
System Red Green Blue C M Y K H S L
Decimal 221 53 94 0 0.76 0.57 0.13 345.36 0.71 0.54
Hex DD 35 5E 0 4C 39 D 159 47 36
Octal 335 65 136 0 114 71 15 531 107 66
Binary 11011101 110101 1011110 0 1001100 111001 1101 101011001 1000111 110110

Color Harmonies of #DD355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD355E

Black with #DD355E

Text Example


Text Example

White with #DD355E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD355E; }

 p { color: rgb(221,53,94); }

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

background-color css

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

 a { background-color: rgb(221,53,94); }

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

border-color css

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

 span { border-color: rgb(221,53,94); }

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