Html Css Color HEX #D10CCF Deep Magenta

📋 copy color: '#D10CCF'

red 209 ◦ green 12 ◦ blue 207

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

Shades of Deep Magenta #D10CCF

Tints of Deep Magenta #D10CCF

RGB

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

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

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

R = 48.83%
G = 2.8%
B = 48.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D10CCF (or 0xD10CCF) is known color: Deep Magenta. HEX triplet: D1, 0C and CF. RGB value is (209,12,207). Sum of RGB (Red+Green+Blue) = 209+12+207=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D10CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10CCF is #2EF330. Grayscale: #5C5C5C. Windows color (decimal): -3076913 or 13569233. OLE color: 13569233.

HSL color Cylindrical-coordinate representation of color #D10CCF: hue angle of 300.61º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10CCF is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 12 207 -
CMYK 0 0.94 0.01 0.18
HSL 300.61º 0.89% 0.43% -
HSV(B) 300.61º 0.94% 0.82% -
XYZ 37.69 18.32 60.58 -
YUV 93.13 192.27 210.64 -
System Red Green Blue C M Y K H S L
Decimal 209 12 207 0 0.94 0.01 0.18 300.61 0.89 0.43
Hex D1 C CF 0 5E 1 12 12D 59 2B
Octal 321 14 317 0 136 1 22 455 131 53
Binary 11010001 1100 11001111 0 1011110 1 10010 100101101 1011001 101011

Color Harmonies of #D10CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10CCF

Black with #D10CCF

Text Example


Text Example

White with #D10CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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