Html Css Color HEX #DD28A1 Deep Cerise

📋 copy color: '#DD28A1'

red 221 ◦ green 40 ◦ blue 161

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

Shades of Deep Cerise #DD28A1

Tints of Deep Cerise #DD28A1

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.48%

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

R = 52.37%
G = 9.48%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD28A1 (or 0xDD28A1) is known color: Deep Cerise. HEX triplet: DD, 28 and A1. RGB value is (221,40,161). Sum of RGB (Red+Green+Blue) = 221+40+161=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD28A1 is #22D75E. Grayscale: #6B6B6B. Windows color (decimal): -2283359 or 10561757. OLE color: 10561757.

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

Color convert

RGB 221 40 161 -
CMYK 0 0.82 0.27 0.13
HSL 319.89º 0.73% 0.51% -
HSV(B) 319.89º 0.82% 0.87% -
XYZ 37.01 19.46 35.52 -
YUV 107.91 157.97 208.66 -
System Red Green Blue C M Y K H S L
Decimal 221 40 161 0 0.82 0.27 0.13 319.89 0.73 0.51
Hex DD 28 A1 0 52 1B D 140 49 33
Octal 335 50 241 0 122 33 15 500 111 63
Binary 11011101 101000 10100001 0 1010010 11011 1101 101000000 1001001 110011

Color Harmonies of #DD28A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28A1

Black with #DD28A1

Text Example


Text Example

White with #DD28A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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