Html Css Color HEX #DD1E84 Deep Cerise

📋 copy color: '#DD1E84'

red 221 ◦ green 30 ◦ blue 132

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

Shades of Deep Cerise #DD1E84

Tints of Deep Cerise #DD1E84

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.83%

 BLUE value IS 132 (51.95% from 255) = 34.46%

R = 57.7%
G = 7.83%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD1E84 (or 0xDD1E84) is known color: Deep Cerise. HEX triplet: DD, 1E and 84. RGB value is (221,30,132). Sum of RGB (Red+Green+Blue) = 221+30+132=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1E84 is #22E17B. Grayscale: #626262. Windows color (decimal): -2285948 or 8658653. OLE color: 8658653.

HSL color Cylindrical-coordinate representation of color #DD1E84: hue angle of 327.96º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1E84 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 30 132 -
CMYK 0 0.86 0.40 0.13
HSL 327.96º 0.76% 0.49% -
HSV(B) 327.96º 0.86% 0.87% -
XYZ 34.45 17.97 23.48 -
YUV 98.74 146.78 215.21 -
System Red Green Blue C M Y K H S L
Decimal 221 30 132 0 0.86 0.40 0.13 327.96 0.76 0.49
Hex DD 1E 84 0 56 28 D 148 4C 31
Octal 335 36 204 0 126 50 15 510 114 61
Binary 11011101 11110 10000100 0 1010110 101000 1101 101001000 1001100 110001

Color Harmonies of #DD1E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E84

Black with #DD1E84

Text Example


Text Example

White with #DD1E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E84; }

 p { color: rgb(221,30,132); }

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

background-color css

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

 a { background-color: rgb(221,30,132); }

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

border-color css

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

 span { border-color: rgb(221,30,132); }

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