Html Css Color HEX #D10CDD Deep Magenta

📋 copy color: '#D10CDD'

red 209 ◦ green 12 ◦ blue 221

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

Shades of Deep Magenta #D10CDD

Tints of Deep Magenta #D10CDD

RGB

 RED value IS 209 (82.03% from 255) = 47.29%

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

 BLUE value IS 221 (86.72% from 255) = 50%

R = 47.29%
G = 2.71%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D10CDD (or 0xD10CDD) is known color: Deep Magenta. HEX triplet: D1, 0C and DD. RGB value is (209,12,221). Sum of RGB (Red+Green+Blue) = 209+12+221=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 12 (5.08% from 255 or 2.71% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #D10CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10CDD is #2EF322. Grayscale: #5E5E5E. Windows color (decimal): -3076899 or 14486737. OLE color: 14486737.

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

Color convert

RGB 209 12 221 -
CMYK 0.05 0.95 0 0.13
HSL 296.56º 0.9% 0.46% -
HSV(B) 296.56º 0.95% 0.87% -
XYZ 39.48 19.04 70 -
YUV 94.73 199.27 209.51 -
System Red Green Blue C M Y K H S L
Decimal 209 12 221 0.05 0.95 0 0.13 296.56 0.9 0.46
Hex D1 C DD 5 5F 0 D 129 5A 2E
Octal 321 14 335 5 137 0 15 451 132 56
Binary 11010001 1100 11011101 101 1011111 0 1101 100101001 1011010 101110

Color Harmonies of #D10CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10CDD

Black with #D10CDD

Text Example


Text Example

White with #D10CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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