Html Css Color HEX #DD336A Cerise

📋 copy color: '#DD336A'

red 221 ◦ green 51 ◦ blue 106

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

Shades of Cerise #DD336A

Tints of Cerise #DD336A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.04%

R = 58.47%
G = 13.49%
B = 28.04%

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

#DD336A (or 0xDD336A) is known color: Cerise. HEX triplet: DD, 33 and 6A. RGB value is (221,51,106). Sum of RGB (Red+Green+Blue) = 221+51+106=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD336A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD336A is #22CC95. Grayscale: #6C6C6C. Windows color (decimal): -2280598 or 6960093. OLE color: 6960093.

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

Color convert

RGB 221 51 106 -
CMYK 0 0.77 0.52 0.13
HSL 340.59º 0.71% 0.53% -
HSV(B) 340.59º 0.77% 0.87% -
XYZ 33.6 18.78 15.49 -
YUV 108.1 126.82 208.53 -
System Red Green Blue C M Y K H S L
Decimal 221 51 106 0 0.77 0.52 0.13 340.59 0.71 0.53
Hex DD 33 6A 0 4D 34 D 155 47 35
Octal 335 63 152 0 115 64 15 525 107 65
Binary 11011101 110011 1101010 0 1001101 110100 1101 101010101 1000111 110101

Color Harmonies of #DD336A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD336A

Black with #DD336A

Text Example


Text Example

White with #DD336A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD336A; }

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

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

background-color css

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

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

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

border-color css

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

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

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