Html Css Color HEX #DD3376 Deep Cerise

📋 copy color: '#DD3376'

red 221 ◦ green 51 ◦ blue 118

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

Shades of Deep Cerise #DD3376

Tints of Deep Cerise #DD3376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.26%

R = 56.67%
G = 13.08%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD3376 (or 0xDD3376) is known color: Deep Cerise. HEX triplet: DD, 33 and 76. RGB value is (221,51,118). Sum of RGB (Red+Green+Blue) = 221+51+118=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3376 is #22CC89. Grayscale: #6D6D6D. Windows color (decimal): -2280586 or 7746525. OLE color: 7746525.

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

Color convert

RGB 221 51 118 -
CMYK 0 0.77 0.47 0.13
HSL 336.35º 0.71% 0.53% -
HSV(B) 336.35º 0.77% 0.87% -
XYZ 34.27 19.05 19.01 -
YUV 109.47 132.82 207.55 -
System Red Green Blue C M Y K H S L
Decimal 221 51 118 0 0.77 0.47 0.13 336.35 0.71 0.53
Hex DD 33 76 0 4D 2F D 150 47 35
Octal 335 63 166 0 115 57 15 520 107 65
Binary 11011101 110011 1110110 0 1001101 101111 1101 101010000 1000111 110101

Color Harmonies of #DD3376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3376

Black with #DD3376

Text Example


Text Example

White with #DD3376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3376; }

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

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

background-color css

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

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

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

border-color css

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

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

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