Html Css Color HEX #DD1FCA Deep Magenta

📋 copy color: '#DD1FCA'

red 221 ◦ green 31 ◦ blue 202

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

Shades of Deep Magenta #DD1FCA

Tints of Deep Magenta #DD1FCA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.83%

 BLUE value IS 202 (79.3% from 255) = 44.49%

R = 48.68%
G = 6.83%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD1FCA (or 0xDD1FCA) is known color: Deep Magenta. HEX triplet: DD, 1F and CA. RGB value is (221,31,202). Sum of RGB (Red+Green+Blue) = 221+31+202=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 31 (12.5% from 255 or 6.83% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1FCA is #22E035. Grayscale: #6A6A6A. Windows color (decimal): -2285622 or 13246429. OLE color: 13246429.

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

Color convert

RGB 221 31 202 -
CMYK 0 0.86 0.09 0.13
HSL 306º 0.75% 0.49% -
HSV(B) 306º 0.86% 0.87% -
XYZ 40.97 20.62 57.7 -
YUV 107.3 181.45 209.1 -
System Red Green Blue C M Y K H S L
Decimal 221 31 202 0 0.86 0.09 0.13 306 0.75 0.49
Hex DD 1F CA 0 56 9 D 132 4B 31
Octal 335 37 312 0 126 11 15 462 113 61
Binary 11011101 11111 11001010 0 1010110 1001 1101 100110010 1001011 110001

Color Harmonies of #DD1FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1FCA

Black with #DD1FCA

Text Example


Text Example

White with #DD1FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1FCA; }

 p { color: rgb(221,31,202); }

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

background-color css

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

 a { background-color: rgb(221,31,202); }

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

border-color css

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

 span { border-color: rgb(221,31,202); }

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