Html Css Color HEX #D010CC Deep Magenta

📋 copy color: '#D010CC'

red 208 ◦ green 16 ◦ blue 204

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

Shades of Deep Magenta #D010CC

Tints of Deep Magenta #D010CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 48.6%
G = 3.74%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D010CC (or 0xD010CC) is known color: Deep Magenta. HEX triplet: D0, 10 and CC. RGB value is (208,16,204). Sum of RGB (Red+Green+Blue) = 208+16+204=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D010CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D010CC is #2FEF33. Grayscale: #5E5E5E. Windows color (decimal): -3141428 or 13373648. OLE color: 13373648.

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

Color convert

RGB 208 16 204 -
CMYK 0 0.92 0.02 0.18
HSL 301.25º 0.86% 0.44% -
HSV(B) 301.25º 0.92% 0.82% -
XYZ 37.1 18.14 58.67 -
YUV 94.84 189.61 208.71 -
System Red Green Blue C M Y K H S L
Decimal 208 16 204 0 0.92 0.02 0.18 301.25 0.86 0.44
Hex D0 10 CC 0 5C 2 12 12D 56 2C
Octal 320 20 314 0 134 2 22 455 126 54
Binary 11010000 10000 11001100 0 1011100 10 10010 100101101 1010110 101100

Color Harmonies of #D010CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D010CC

Black with #D010CC

Text Example


Text Example

White with #D010CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D010CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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