Html Css Color HEX #DD335B Cerise

📋 copy color: '#DD335B'

red 221 ◦ green 51 ◦ blue 91

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

Shades of Cerise #DD335B

Tints of Cerise #DD335B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.05%

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

R = 60.88%
G = 14.05%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD335B (or 0xDD335B) is known color: Cerise. HEX triplet: DD, 33 and 5B. RGB value is (221,51,91). Sum of RGB (Red+Green+Blue) = 221+51+91=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD335B is #22CCA4. Grayscale: #6A6A6A. Windows color (decimal): -2280613 or 5977053. OLE color: 5977053.

HSL color Cylindrical-coordinate representation of color #DD335B: hue angle of 345.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD335B is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 51 91 -
CMYK 0 0.77 0.59 0.13
HSL 345.88º 0.71% 0.53% -
HSV(B) 345.88º 0.77% 0.87% -
XYZ 32.89 18.5 11.73 -
YUV 106.39 119.32 209.75 -
System Red Green Blue C M Y K H S L
Decimal 221 51 91 0 0.77 0.59 0.13 345.88 0.71 0.53
Hex DD 33 5B 0 4D 3B D 15A 47 35
Octal 335 63 133 0 115 73 15 532 107 65
Binary 11011101 110011 1011011 0 1001101 111011 1101 101011010 1000111 110101

Color Harmonies of #DD335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD335B

Black with #DD335B

Text Example


Text Example

White with #DD335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD335B; }

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

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

background-color css

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

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

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

border-color css

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

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

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