Html Css Color HEX #DD355B Cerise

📋 copy color: '#DD355B'

red 221 ◦ green 53 ◦ blue 91

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

Shades of Cerise #DD355B

Tints of Cerise #DD355B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.93%

R = 60.55%
G = 14.52%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD355B (or 0xDD355B) is known color: Cerise. HEX triplet: DD, 35 and 5B. RGB value is (221,53,91). Sum of RGB (Red+Green+Blue) = 221+53+91=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD355B is #22CAA4. Grayscale: #6B6B6B. Windows color (decimal): -2280101 or 5977565. OLE color: 5977565.

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

Color convert

RGB 221 53 91 -
CMYK 0 0.76 0.59 0.13
HSL 346.43º 0.71% 0.54% -
HSV(B) 346.43º 0.76% 0.87% -
XYZ 32.98 18.67 11.76 -
YUV 107.56 118.66 208.91 -
System Red Green Blue C M Y K H S L
Decimal 221 53 91 0 0.76 0.59 0.13 346.43 0.71 0.54
Hex DD 35 5B 0 4C 3B D 15A 47 36
Octal 335 65 133 0 114 73 15 532 107 66
Binary 11011101 110101 1011011 0 1001100 111011 1101 101011010 1000111 110110

Color Harmonies of #DD355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD355B

Black with #DD355B

Text Example


Text Example

White with #DD355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD355B; }

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

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

background-color css

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

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

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

border-color css

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

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

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