Html Css Color HEX #DD05C1 Deep Magenta

📋 copy color: '#DD05C1'

red 221 ◦ green 5 ◦ blue 193

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

Shades of Deep Magenta #DD05C1

Tints of Deep Magenta #DD05C1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.19%

 BLUE value IS 193 (75.78% from 255) = 46.06%

R = 52.74%
G = 1.19%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD05C1 (or 0xDD05C1) is known color: Deep Magenta. HEX triplet: DD, 05 and C1. RGB value is (221,5,193). Sum of RGB (Red+Green+Blue) = 221+5+193=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05C1 is #22FA3E. Grayscale: #5A5A5A. Windows color (decimal): -2292287 or 12649949. OLE color: 12649949.

HSL color Cylindrical-coordinate representation of color #DD05C1: hue angle of 307.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD05C1 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 5 193 -
CMYK 0 0.98 0.13 0.13
HSL 307.78º 0.96% 0.44% -
HSV(B) 307.78º 0.98% 0.87% -
XYZ 39.5 19.33 52.1 -
YUV 91.02 185.56 220.71 -
System Red Green Blue C M Y K H S L
Decimal 221 5 193 0 0.98 0.13 0.13 307.78 0.96 0.44
Hex DD 5 C1 0 62 D D 134 60 2C
Octal 335 5 301 0 142 15 15 464 140 54
Binary 11011101 101 11000001 0 1100010 1101 1101 100110100 1100000 101100

Color Harmonies of #DD05C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD05C1

Black with #DD05C1

Text Example


Text Example

White with #DD05C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD05C1; }

 p { color: rgb(221,5,193); }

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

background-color css

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

 a { background-color: rgb(221,5,193); }

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

border-color css

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

 span { border-color: rgb(221,5,193); }

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