Html Css Color HEX #DD31A1 Deep Cerise

📋 copy color: '#DD31A1'

red 221 ◦ green 49 ◦ blue 161

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

Shades of Deep Cerise #DD31A1

Tints of Deep Cerise #DD31A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.35%

R = 51.28%
G = 11.37%
B = 37.35%

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

#DD31A1 (or 0xDD31A1) is known color: Deep Cerise. HEX triplet: DD, 31 and A1. RGB value is (221,49,161). Sum of RGB (Red+Green+Blue) = 221+49+161=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD31A1 is #22CE5E. Grayscale: #707070. Windows color (decimal): -2281055 or 10564061. OLE color: 10564061.

HSL color Cylindrical-coordinate representation of color #DD31A1: hue angle of 320.93º 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 #DD31A1 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 49 161 -
CMYK 0 0.78 0.27 0.13
HSL 320.93º 0.72% 0.53% -
HSV(B) 320.93º 0.78% 0.87% -
XYZ 37.35 20.14 35.64 -
YUV 113.2 154.98 204.89 -
System Red Green Blue C M Y K H S L
Decimal 221 49 161 0 0.78 0.27 0.13 320.93 0.72 0.53
Hex DD 31 A1 0 4E 1B D 141 48 35
Octal 335 61 241 0 116 33 15 501 110 65
Binary 11011101 110001 10100001 0 1001110 11011 1101 101000001 1001000 110101

Color Harmonies of #DD31A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD31A1

Black with #DD31A1

Text Example


Text Example

White with #DD31A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD31A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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