Html Css Color HEX #DD0CDE Deep Magenta

📋 copy color: '#DD0CDE'

red 221 ◦ green 12 ◦ blue 222

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

Shades of Deep Magenta #DD0CDE

Tints of Deep Magenta #DD0CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.79%

R = 48.57%
G = 2.64%
B = 48.79%

CMYK

 C value IS 0.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD0CDE (or 0xDD0CDE) is known color: Deep Magenta. HEX triplet: DD, 0C and DE. RGB value is (221,12,222). Sum of RGB (Red+Green+Blue) = 221+12+222=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 12 (5.08% from 255 or 2.64% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD0CDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CDE is #22F321. Grayscale: #616161. Windows color (decimal): -2290466 or 14552285. OLE color: 14552285.

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

Color convert

RGB 221 12 222 -
CMYK 0.00 0.95 0 0.13
HSL 299.71º 0.9% 0.46% -
HSV(B) 299.71º 0.95% 0.87% -
XYZ 43.14 20.91 70.87 -
YUV 98.43 197.74 215.42 -
System Red Green Blue C M Y K H S L
Decimal 221 12 222 0.00 0.95 0 0.13 299.71 0.9 0.46
Hex DD C DE 0 5F 0 D 12C 5A 2E
Octal 335 14 336 0 137 0 15 454 132 56
Binary 11011101 1100 11011110 0 1011111 0 1101 100101100 1011010 101110

Color Harmonies of #DD0CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0CDE

Black with #DD0CDE

Text Example


Text Example

White with #DD0CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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