Html Css Color HEX #DD00C3 Deep Magenta

📋 copy color: '#DD00C3'

red 221 ◦ green 0 ◦ blue 195

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

Shades of Deep Magenta #DD00C3

Tints of Deep Magenta #DD00C3

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 195 (76.56% from 255) = 46.88%

R = 53.13%
G = 0%
B = 46.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD00C3 (or 0xDD00C3) is known color: Deep Magenta. HEX triplet: DD, 00 and C3. RGB value is (221,0,195). Sum of RGB (Red+Green+Blue) = 221+0+195=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00C3 is #22FF3C. Grayscale: #575757. Windows color (decimal): -2293565 or 12779741. OLE color: 12779741.

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

Color convert

RGB 221 0 195 -
CMYK 0 1 0.12 0.13
HSL 307.06º 1% 0.43% -
HSV(B) 307.06º 1% 0.87% -
XYZ 39.67 19.31 53.27 -
YUV 88.31 188.22 222.64 -
System Red Green Blue C M Y K H S L
Decimal 221 0 195 0 1 0.12 0.13 307.06 1 0.43
Hex DD 0 C3 0 64 C D 133 64 2B
Octal 335 0 303 0 144 14 15 463 144 53
Binary 11011101 0 11000011 0 1100100 1100 1101 100110011 1100100 101011

Color Harmonies of #DD00C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00C3

Black with #DD00C3

Text Example


Text Example

White with #DD00C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00C3; }

 p { color: rgb(221,0,195); }

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

background-color css

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

 a { background-color: rgb(221,0,195); }

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

border-color css

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

 span { border-color: rgb(221,0,195); }

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