Html Css Color HEX #DD335C Cerise

📋 copy color: '#DD335C'

red 221 ◦ green 51 ◦ blue 92

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

Shades of Cerise #DD335C

Tints of Cerise #DD335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.27%

R = 60.71%
G = 14.01%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD335C (or 0xDD335C) is known color: Cerise. HEX triplet: DD, 33 and 5C. RGB value is (221,51,92). Sum of RGB (Red+Green+Blue) = 221+51+92=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD335C is #22CCA3. Grayscale: #6A6A6A. Windows color (decimal): -2280612 or 6042589. OLE color: 6042589.

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

Color convert

RGB 221 51 92 -
CMYK 0 0.77 0.58 0.13
HSL 345.53º 0.71% 0.53% -
HSV(B) 345.53º 0.77% 0.87% -
XYZ 32.93 18.51 11.96 -
YUV 106.5 119.82 209.67 -
System Red Green Blue C M Y K H S L
Decimal 221 51 92 0 0.77 0.58 0.13 345.53 0.71 0.53
Hex DD 33 5C 0 4D 3A D 15A 47 35
Octal 335 63 134 0 115 72 15 532 107 65
Binary 11011101 110011 1011100 0 1001101 111010 1101 101011010 1000111 110101

Color Harmonies of #DD335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD335C

Black with #DD335C

Text Example


Text Example

White with #DD335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD335C; }

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

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

background-color css

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

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

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

border-color css

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

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

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