Html Css Color HEX #D010D4 Deep Magenta

📋 copy color: '#D010D4'

red 208 ◦ green 16 ◦ blue 212

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

Shades of Deep Magenta #D010D4

Tints of Deep Magenta #D010D4

RGB

 RED value IS 208 (81.64% from 255) = 47.71%

 GREEN value IS 16 (6.64% from 255) = 3.67%

 BLUE value IS 212 (83.2% from 255) = 48.62%

R = 47.71%
G = 3.67%
B = 48.62%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D010D4 (or 0xD010D4) is known color: Deep Magenta. HEX triplet: D0, 10 and D4. RGB value is (208,16,212). Sum of RGB (Red+Green+Blue) = 208+16+212=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 212 (83.20% from 255 or 48.62% from 436); Max value from RGB is 212 - color contains mainly: blue. Hex color #D010D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D010D4 is #2FEF2B. Grayscale: #5F5F5F. Windows color (decimal): -3141420 or 13897936. OLE color: 13897936.

HSL color Cylindrical-coordinate representation of color #D010D4: hue angle of 298.78º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D010D4 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 16 212 -
CMYK 0.02 0.92 0 0.17
HSL 298.78º 0.86% 0.45% -
HSV(B) 298.78º 0.92% 0.83% -
XYZ 38.08 18.53 63.86 -
YUV 95.75 193.61 208.06 -
System Red Green Blue C M Y K H S L
Decimal 208 16 212 0.02 0.92 0 0.17 298.78 0.86 0.45
Hex D0 10 D4 2 5C 0 11 12B 56 2D
Octal 320 20 324 2 134 0 21 453 126 55
Binary 11010000 10000 11010100 10 1011100 0 10001 100101011 1010110 101101

Color Harmonies of #D010D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D010D4

Black with #D010D4

Text Example


Text Example

White with #D010D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D010D4; }

 p { color: rgb(208,16,212); }

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

background-color css

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

 a { background-color: rgb(208,16,212); }

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

border-color css

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

 span { border-color: rgb(208,16,212); }

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