Html Css Color HEX #DD0CDF Deep Magenta

📋 copy color: '#DD0CDF'

red 221 ◦ green 12 ◦ blue 223

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

Shades of Deep Magenta #DD0CDF

Tints of Deep Magenta #DD0CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.63%

 BLUE value IS 223 (87.5% from 255) = 48.9%

R = 48.46%
G = 2.63%
B = 48.9%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD0CDF (or 0xDD0CDF) is known color: Deep Magenta. HEX triplet: DD, 0C and DF. RGB value is (221,12,223). Sum of RGB (Red+Green+Blue) = 221+12+223=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 12 (5.08% from 255 or 2.63% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD0CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CDF is #22F320. Grayscale: #616161. Windows color (decimal): -2290465 or 14617821. OLE color: 14617821.

HSL color Cylindrical-coordinate representation of color #DD0CDF: hue angle of 299.43º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0CDF is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 12 223 -
CMYK 0.01 0.95 0 0.13
HSL 299.43º 0.9% 0.46% -
HSV(B) 299.43º 0.95% 0.87% -
XYZ 43.27 20.96 71.58 -
YUV 98.55 198.24 215.34 -
System Red Green Blue C M Y K H S L
Decimal 221 12 223 0.01 0.95 0 0.13 299.43 0.9 0.46
Hex DD C DF 1 5F 0 D 12B 5A 2E
Octal 335 14 337 1 137 0 15 453 132 56
Binary 11011101 1100 11011111 1 1011111 0 1101 100101011 1011010 101110

Color Harmonies of #DD0CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0CDF

Black with #DD0CDF

Text Example


Text Example

White with #DD0CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0CDF; }

 p { color: rgb(221,12,223); }

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

background-color css

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

 a { background-color: rgb(221,12,223); }

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

border-color css

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

 span { border-color: rgb(221,12,223); }

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