Html Css Color HEX #D710CD Deep Magenta

📋 copy color: '#D710CD'

red 215 ◦ green 16 ◦ blue 205

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

Shades of Deep Magenta #D710CD

Tints of Deep Magenta #D710CD

RGB

 RED value IS 215 (84.38% from 255) = 49.31%

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 49.31%
G = 3.67%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D710CD (or 0xD710CD) is known color: Deep Magenta. HEX triplet: D7, 10 and CD. RGB value is (215,16,205). Sum of RGB (Red+Green+Blue) = 215+16+205=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D710CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D710CD is #28EF32. Grayscale: #606060. Windows color (decimal): -2682675 or 13439191. OLE color: 13439191.

HSL color Cylindrical-coordinate representation of color #D710CD: hue angle of 303.02º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D710CD is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 16 205 -
CMYK 0 0.93 0.05 0.16
HSL 303.02º 0.86% 0.45% -
HSV(B) 303.02º 0.93% 0.84% -
XYZ 39.23 19.23 59.4 -
YUV 97.05 188.93 212.13 -
System Red Green Blue C M Y K H S L
Decimal 215 16 205 0 0.93 0.05 0.16 303.02 0.86 0.45
Hex D7 10 CD 0 5D 5 10 12F 56 2D
Octal 327 20 315 0 135 5 20 457 126 55
Binary 11010111 10000 11001101 0 1011101 101 10000 100101111 1010110 101101

Color Harmonies of #D710CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D710CD

Black with #D710CD

Text Example


Text Example

White with #D710CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D710CD; }

 p { color: rgb(215,16,205); }

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

background-color css

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

 a { background-color: rgb(215,16,205); }

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

border-color css

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

 span { border-color: rgb(215,16,205); }

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