Html Css Color HEX #D510CE Deep Magenta

📋 copy color: '#D510CE'

red 213 ◦ green 16 ◦ blue 206

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

Shades of Deep Magenta #D510CE

Tints of Deep Magenta #D510CE

RGB

 RED value IS 213 (83.59% from 255) = 48.97%

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

 BLUE value IS 206 (80.86% from 255) = 47.36%

R = 48.97%
G = 3.68%
B = 47.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D510CE (or 0xD510CE) is known color: Deep Magenta. HEX triplet: D5, 10 and CE. RGB value is (213,16,206). Sum of RGB (Red+Green+Blue) = 213+16+206=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D510CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D510CE is #2AEF31. Grayscale: #606060. Windows color (decimal): -2813746 or 13504725. OLE color: 13504725.

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

Color convert

RGB 213 16 206 -
CMYK 0 0.92 0.03 0.16
HSL 302.13º 0.86% 0.45% -
HSV(B) 302.13º 0.92% 0.84% -
XYZ 38.77 18.97 60.01 -
YUV 96.56 189.77 211.05 -
System Red Green Blue C M Y K H S L
Decimal 213 16 206 0 0.92 0.03 0.16 302.13 0.86 0.45
Hex D5 10 CE 0 5C 3 10 12E 56 2D
Octal 325 20 316 0 134 3 20 456 126 55
Binary 11010101 10000 11001110 0 1011100 11 10000 100101110 1010110 101101

Color Harmonies of #D510CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D510CE

Black with #D510CE

Text Example


Text Example

White with #D510CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D510CE; }

 p { color: rgb(213,16,206); }

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

background-color css

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

 a { background-color: rgb(213,16,206); }

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

border-color css

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

 span { border-color: rgb(213,16,206); }

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