Html Css Color HEX #DD31A2 Deep Cerise

📋 copy color: '#DD31A2'

red 221 ◦ green 49 ◦ blue 162

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

Shades of Deep Cerise #DD31A2

Tints of Deep Cerise #DD31A2

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.34%

 BLUE value IS 162 (63.67% from 255) = 37.5%

R = 51.16%
G = 11.34%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD31A2 (or 0xDD31A2) is known color: Deep Cerise. HEX triplet: DD, 31 and A2. RGB value is (221,49,162). Sum of RGB (Red+Green+Blue) = 221+49+162=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD31A2 is #22CE5D. Grayscale: #717171. Windows color (decimal): -2281054 or 10629597. OLE color: 10629597.

HSL color Cylindrical-coordinate representation of color #DD31A2: hue angle of 320.58º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD31A2 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 49 162 -
CMYK 0 0.78 0.27 0.13
HSL 320.58º 0.72% 0.53% -
HSV(B) 320.58º 0.78% 0.87% -
XYZ 37.44 20.18 36.1 -
YUV 113.31 155.48 204.81 -
System Red Green Blue C M Y K H S L
Decimal 221 49 162 0 0.78 0.27 0.13 320.58 0.72 0.53
Hex DD 31 A2 0 4E 1B D 141 48 35
Octal 335 61 242 0 116 33 15 501 110 65
Binary 11011101 110001 10100010 0 1001110 11011 1101 101000001 1001000 110101

Color Harmonies of #DD31A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD31A2

Black with #DD31A2

Text Example


Text Example

White with #DD31A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD31A2; }

 p { color: rgb(221,49,162); }

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

background-color css

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

 a { background-color: rgb(221,49,162); }

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

border-color css

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

 span { border-color: rgb(221,49,162); }

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