Html Css Color HEX #DD2386 Deep Cerise

📋 copy color: '#DD2386'

red 221 ◦ green 35 ◦ blue 134

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

Shades of Deep Cerise #DD2386

Tints of Deep Cerise #DD2386

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.97%

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

R = 56.67%
G = 8.97%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD2386 (or 0xDD2386) is known color: Deep Cerise. HEX triplet: DD, 23 and 86. RGB value is (221,35,134). Sum of RGB (Red+Green+Blue) = 221+35+134=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2386 is #22DC79. Grayscale: #656565. Windows color (decimal): -2284666 or 8791005. OLE color: 8791005.

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

Color convert

RGB 221 35 134 -
CMYK 0 0.84 0.39 0.13
HSL 328.06º 0.73% 0.5% -
HSV(B) 328.06º 0.84% 0.87% -
XYZ 34.72 18.3 24.26 -
YUV 101.9 146.12 212.95 -
System Red Green Blue C M Y K H S L
Decimal 221 35 134 0 0.84 0.39 0.13 328.06 0.73 0.5
Hex DD 23 86 0 54 27 D 148 49 32
Octal 335 43 206 0 124 47 15 510 111 62
Binary 11011101 100011 10000110 0 1010100 100111 1101 101001000 1001001 110010

Color Harmonies of #DD2386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2386

Black with #DD2386

Text Example


Text Example

White with #DD2386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2386; }

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

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

background-color css

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

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

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

border-color css

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

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

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