Html Css Color HEX #DD2BA1 Deep Cerise

📋 copy color: '#DD2BA1'

red 221 ◦ green 43 ◦ blue 161

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

Shades of Deep Cerise #DD2BA1

Tints of Deep Cerise #DD2BA1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.12%

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

R = 52%
G = 10.12%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD2BA1 (or 0xDD2BA1) is known color: Deep Cerise. HEX triplet: DD, 2B and A1. RGB value is (221,43,161). Sum of RGB (Red+Green+Blue) = 221+43+161=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 43 (17.19% from 255 or 10.12% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2BA1 is #22D45E. Grayscale: #6D6D6D. Windows color (decimal): -2282591 or 10562525. OLE color: 10562525.

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

Color convert

RGB 221 43 161 -
CMYK 0 0.81 0.27 0.13
HSL 320.22º 0.72% 0.52% -
HSV(B) 320.22º 0.81% 0.87% -
XYZ 37.12 19.67 35.56 -
YUV 109.67 156.97 207.41 -
System Red Green Blue C M Y K H S L
Decimal 221 43 161 0 0.81 0.27 0.13 320.22 0.72 0.52
Hex DD 2B A1 0 51 1B D 140 48 34
Octal 335 53 241 0 121 33 15 500 110 64
Binary 11011101 101011 10100001 0 1010001 11011 1101 101000000 1001000 110100

Color Harmonies of #DD2BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2BA1

Black with #DD2BA1

Text Example


Text Example

White with #DD2BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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