Html Css Color HEX #DD2C93 Deep Cerise

📋 copy color: '#DD2C93'

red 221 ◦ green 44 ◦ blue 147

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

Shades of Deep Cerise #DD2C93

Tints of Deep Cerise #DD2C93

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.68%

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

R = 53.64%
G = 10.68%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD2C93 (or 0xDD2C93) is known color: Deep Cerise. HEX triplet: DD, 2C and 93. RGB value is (221,44,147). Sum of RGB (Red+Green+Blue) = 221+44+147=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2C93 is #22D36C. Grayscale: #6C6C6C. Windows color (decimal): -2282349 or 9645277. OLE color: 9645277.

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

Color convert

RGB 221 44 147 -
CMYK 0 0.80 0.33 0.13
HSL 325.08º 0.72% 0.52% -
HSV(B) 325.08º 0.8% 0.87% -
XYZ 35.99 19.28 29.43 -
YUV 108.67 149.64 208.12 -
System Red Green Blue C M Y K H S L
Decimal 221 44 147 0 0.80 0.33 0.13 325.08 0.72 0.52
Hex DD 2C 93 0 50 21 D 145 48 34
Octal 335 54 223 0 120 41 15 505 110 64
Binary 11011101 101100 10010011 0 1010000 100001 1101 101000101 1001000 110100

Color Harmonies of #DD2C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2C93

Black with #DD2C93

Text Example


Text Example

White with #DD2C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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