Html Css Color HEX #DD336B Cerise

📋 copy color: '#DD336B'

red 221 ◦ green 51 ◦ blue 107

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

Shades of Cerise #DD336B

Tints of Cerise #DD336B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.23%

R = 58.31%
G = 13.46%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD336B (or 0xDD336B) is known color: Cerise. HEX triplet: DD, 33 and 6B. RGB value is (221,51,107). Sum of RGB (Red+Green+Blue) = 221+51+107=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD336B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD336B is #22CC94. Grayscale: #6C6C6C. Windows color (decimal): -2280597 or 7025629. OLE color: 7025629.

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

Color convert

RGB 221 51 107 -
CMYK 0 0.77 0.52 0.13
HSL 340.24º 0.71% 0.53% -
HSV(B) 340.24º 0.77% 0.87% -
XYZ 33.66 18.8 15.77 -
YUV 108.21 127.32 208.45 -
System Red Green Blue C M Y K H S L
Decimal 221 51 107 0 0.77 0.52 0.13 340.24 0.71 0.53
Hex DD 33 6B 0 4D 34 D 154 47 35
Octal 335 63 153 0 115 64 15 524 107 65
Binary 11011101 110011 1101011 0 1001101 110100 1101 101010100 1000111 110101

Color Harmonies of #DD336B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD336B

Black with #DD336B

Text Example


Text Example

White with #DD336B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD336B; }

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

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

background-color css

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

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

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

border-color css

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

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

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