Html Css Color HEX #DD2D93 Deep Cerise

📋 copy color: '#DD2D93'

red 221 ◦ green 45 ◦ blue 147

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

Shades of Deep Cerise #DD2D93

Tints of Deep Cerise #DD2D93

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.9%

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

R = 53.51%
G = 10.9%
B = 35.59%

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

#DD2D93 (or 0xDD2D93) is known color: Deep Cerise. HEX triplet: DD, 2D and 93. RGB value is (221,45,147). Sum of RGB (Red+Green+Blue) = 221+45+147=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2D93 is #22D26C. Grayscale: #6D6D6D. Windows color (decimal): -2282093 or 9645533. OLE color: 9645533.

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

Color convert

RGB 221 45 147 -
CMYK 0 0.80 0.33 0.13
HSL 325.23º 0.72% 0.52% -
HSV(B) 325.23º 0.8% 0.87% -
XYZ 36.02 19.36 29.44 -
YUV 109.25 149.31 207.71 -
System Red Green Blue C M Y K H S L
Decimal 221 45 147 0 0.80 0.33 0.13 325.23 0.72 0.52
Hex DD 2D 93 0 50 21 D 145 48 34
Octal 335 55 223 0 120 41 15 505 110 64
Binary 11011101 101101 10010011 0 1010000 100001 1101 101000101 1001000 110100

Color Harmonies of #DD2D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D93

Black with #DD2D93

Text Example


Text Example

White with #DD2D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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