Html Css Color HEX #DD09CF Deep Magenta

📋 copy color: '#DD09CF'

red 221 ◦ green 9 ◦ blue 207

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

Shades of Deep Magenta #DD09CF

Tints of Deep Magenta #DD09CF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.06%

 BLUE value IS 207 (81.25% from 255) = 47.37%

R = 50.57%
G = 2.06%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD09CF (or 0xDD09CF) is known color: Deep Magenta. HEX triplet: DD, 09 and CF. RGB value is (221,9,207). Sum of RGB (Red+Green+Blue) = 221+9+207=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 9 (3.91% from 255 or 2.06% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD09CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD09CF is #22F630. Grayscale: #5E5E5E. Windows color (decimal): -2291249 or 13568477. OLE color: 13568477.

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

Color convert

RGB 221 9 207 -
CMYK 0 0.96 0.06 0.13
HSL 303.96º 0.92% 0.45% -
HSV(B) 303.96º 0.96% 0.87% -
XYZ 41.18 20.07 60.74 -
YUV 94.96 191.24 217.9 -
System Red Green Blue C M Y K H S L
Decimal 221 9 207 0 0.96 0.06 0.13 303.96 0.92 0.45
Hex DD 9 CF 0 60 6 D 130 5C 2D
Octal 335 11 317 0 140 6 15 460 134 55
Binary 11011101 1001 11001111 0 1100000 110 1101 100110000 1011100 101101

Color Harmonies of #DD09CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD09CF

Black with #DD09CF

Text Example


Text Example

White with #DD09CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD09CF; }

 p { color: rgb(221,9,207); }

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

background-color css

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

 a { background-color: rgb(221,9,207); }

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

border-color css

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

 span { border-color: rgb(221,9,207); }

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