Html Css Color HEX #DD07BD Deep Magenta

📋 copy color: '#DD07BD'

red 221 ◦ green 7 ◦ blue 189

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

Shades of Deep Magenta #DD07BD

Tints of Deep Magenta #DD07BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.32%

R = 53%
G = 1.68%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD07BD (or 0xDD07BD) is known color: Deep Magenta. HEX triplet: DD, 07 and BD. RGB value is (221,7,189). Sum of RGB (Red+Green+Blue) = 221+7+189=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD07BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD07BD is #22F842. Grayscale: #5B5B5B. Windows color (decimal): -2291779 or 12388317. OLE color: 12388317.

HSL color Cylindrical-coordinate representation of color #DD07BD: hue angle of 308.97º 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 #DD07BD is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 7 189 -
CMYK 0 0.97 0.14 0.13
HSL 308.97º 0.94% 0.45% -
HSV(B) 308.97º 0.97% 0.87% -
XYZ 39.08 19.2 49.79 -
YUV 91.73 182.9 220.2 -
System Red Green Blue C M Y K H S L
Decimal 221 7 189 0 0.97 0.14 0.13 308.97 0.94 0.45
Hex DD 7 BD 0 61 E D 135 5E 2D
Octal 335 7 275 0 141 16 15 465 136 55
Binary 11011101 111 10111101 0 1100001 1110 1101 100110101 1011110 101101

Color Harmonies of #DD07BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD07BD

Black with #DD07BD

Text Example


Text Example

White with #DD07BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD07BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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