Html Css Color HEX #DD07CA Deep Magenta

📋 copy color: '#DD07CA'

red 221 ◦ green 7 ◦ blue 202

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

Shades of Deep Magenta #DD07CA

Tints of Deep Magenta #DD07CA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.63%

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

R = 51.4%
G = 1.63%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD07CA (or 0xDD07CA) is known color: Deep Magenta. HEX triplet: DD, 07 and CA. RGB value is (221,7,202). Sum of RGB (Red+Green+Blue) = 221+7+202=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 7 (3.12% from 255 or 1.63% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD07CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD07CA is #22F835. Grayscale: #5C5C5C. Windows color (decimal): -2291766 or 13240285. OLE color: 13240285.

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

Color convert

RGB 221 7 202 -
CMYK 0 0.97 0.09 0.13
HSL 305.33º 0.94% 0.45% -
HSV(B) 305.33º 0.97% 0.87% -
XYZ 40.56 19.79 57.56 -
YUV 93.22 189.4 219.14 -
System Red Green Blue C M Y K H S L
Decimal 221 7 202 0 0.97 0.09 0.13 305.33 0.94 0.45
Hex DD 7 CA 0 61 9 D 131 5E 2D
Octal 335 7 312 0 141 11 15 461 136 55
Binary 11011101 111 11001010 0 1100001 1001 1101 100110001 1011110 101101

Color Harmonies of #DD07CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD07CA

Black with #DD07CA

Text Example


Text Example

White with #DD07CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD07CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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