Html Css Color HEX #DD0FC1 Deep Magenta

📋 copy color: '#DD0FC1'

red 221 ◦ green 15 ◦ blue 193

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

Shades of Deep Magenta #DD0FC1

Tints of Deep Magenta #DD0FC1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.5%

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

R = 51.52%
G = 3.5%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD0FC1 (or 0xDD0FC1) is known color: Deep Magenta. HEX triplet: DD, 0F and C1. RGB value is (221,15,193). Sum of RGB (Red+Green+Blue) = 221+15+193=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0FC1 is #22F03E. Grayscale: #606060. Windows color (decimal): -2289727 or 12652509. OLE color: 12652509.

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

Color convert

RGB 221 15 193 -
CMYK 0 0.93 0.13 0.13
HSL 308.16º 0.87% 0.46% -
HSV(B) 308.16º 0.93% 0.87% -
XYZ 39.62 19.56 52.14 -
YUV 96.89 182.25 216.53 -
System Red Green Blue C M Y K H S L
Decimal 221 15 193 0 0.93 0.13 0.13 308.16 0.87 0.46
Hex DD F C1 0 5D D D 134 57 2E
Octal 335 17 301 0 135 15 15 464 127 56
Binary 11011101 1111 11000001 0 1011101 1101 1101 100110100 1010111 101110

Color Harmonies of #DD0FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0FC1

Black with #DD0FC1

Text Example


Text Example

White with #DD0FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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