Html Css Color HEX #DD3286 Deep Cerise

📋 copy color: '#DD3286'

red 221 ◦ green 50 ◦ blue 134

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

Shades of Deep Cerise #DD3286

Tints of Deep Cerise #DD3286

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.35%

 BLUE value IS 134 (52.73% from 255) = 33.09%

R = 54.57%
G = 12.35%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD3286 (or 0xDD3286) is known color: Deep Cerise. HEX triplet: DD, 32 and 86. RGB value is (221,50,134). Sum of RGB (Red+Green+Blue) = 221+50+134=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3286 is #22CD79. Grayscale: #6E6E6E. Windows color (decimal): -2280826 or 8794845. OLE color: 8794845.

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

Color convert

RGB 221 50 134 -
CMYK 0 0.77 0.39 0.13
HSL 330.53º 0.72% 0.53% -
HSV(B) 330.53º 0.77% 0.87% -
XYZ 35.26 19.37 24.44 -
YUV 110.71 141.15 206.67 -
System Red Green Blue C M Y K H S L
Decimal 221 50 134 0 0.77 0.39 0.13 330.53 0.72 0.53
Hex DD 32 86 0 4D 27 D 14B 48 35
Octal 335 62 206 0 115 47 15 513 110 65
Binary 11011101 110010 10000110 0 1001101 100111 1101 101001011 1001000 110101

Color Harmonies of #DD3286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3286

Black with #DD3286

Text Example


Text Example

White with #DD3286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3286; }

 p { color: rgb(221,50,134); }

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

background-color css

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

 a { background-color: rgb(221,50,134); }

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

border-color css

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

 span { border-color: rgb(221,50,134); }

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