Html Css Color HEX #DD3886 Deep Cerise

📋 copy color: '#DD3886'

red 221 ◦ green 56 ◦ blue 134

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

Shades of Deep Cerise #DD3886

Tints of Deep Cerise #DD3886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.63%

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

R = 53.77%
G = 13.63%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD3886 (or 0xDD3886) is known color: Deep Cerise. HEX triplet: DD, 38 and 86. RGB value is (221,56,134). Sum of RGB (Red+Green+Blue) = 221+56+134=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3886 is #22C779. Grayscale: #727272. Windows color (decimal): -2279290 or 8796381. OLE color: 8796381.

HSL color Cylindrical-coordinate representation of color #DD3886: hue angle of 331.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3886 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 56 134 -
CMYK 0 0.75 0.39 0.13
HSL 331.64º 0.71% 0.54% -
HSV(B) 331.64º 0.75% 0.87% -
XYZ 35.54 19.92 24.53 -
YUV 114.23 139.16 204.16 -
System Red Green Blue C M Y K H S L
Decimal 221 56 134 0 0.75 0.39 0.13 331.64 0.71 0.54
Hex DD 38 86 0 4B 27 D 14C 47 36
Octal 335 70 206 0 113 47 15 514 107 66
Binary 11011101 111000 10000110 0 1001011 100111 1101 101001100 1000111 110110

Color Harmonies of #DD3886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3886

Black with #DD3886

Text Example


Text Example

White with #DD3886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3886; }

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

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

background-color css

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

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

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

border-color css

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

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

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