Html Css Color HEX #DD2793 Deep Cerise

📋 copy color: '#DD2793'

red 221 ◦ green 39 ◦ blue 147

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

Shades of Deep Cerise #DD2793

Tints of Deep Cerise #DD2793

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.58%

 BLUE value IS 147 (57.81% from 255) = 36.12%

R = 54.3%
G = 9.58%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD2793 (or 0xDD2793) is known color: Deep Cerise. HEX triplet: DD, 27 and 93. RGB value is (221,39,147). Sum of RGB (Red+Green+Blue) = 221+39+147=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2793 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2793 is #22D86C. Grayscale: #696969. Windows color (decimal): -2283629 or 9643997. OLE color: 9643997.

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

Color convert

RGB 221 39 147 -
CMYK 0 0.82 0.33 0.13
HSL 324.4º 0.73% 0.51% -
HSV(B) 324.4º 0.82% 0.87% -
XYZ 35.81 18.93 29.37 -
YUV 105.73 151.3 210.22 -
System Red Green Blue C M Y K H S L
Decimal 221 39 147 0 0.82 0.33 0.13 324.4 0.73 0.51
Hex DD 27 93 0 52 21 D 144 49 33
Octal 335 47 223 0 122 41 15 504 111 63
Binary 11011101 100111 10010011 0 1010010 100001 1101 101000100 1001001 110011

Color Harmonies of #DD2793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2793

Black with #DD2793

Text Example


Text Example

White with #DD2793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2793; }

 p { color: rgb(221,39,147); }

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

background-color css

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

 a { background-color: rgb(221,39,147); }

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

border-color css

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

 span { border-color: rgb(221,39,147); }

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