Html Css Color HEX #D510C4 Deep Magenta

📋 copy color: '#D510C4'

red 213 ◦ green 16 ◦ blue 196

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

Shades of Deep Magenta #D510C4

Tints of Deep Magenta #D510C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.12%

R = 50.12%
G = 3.76%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D510C4 (or 0xD510C4) is known color: Deep Magenta. HEX triplet: D5, 10 and C4. RGB value is (213,16,196). Sum of RGB (Red+Green+Blue) = 213+16+196=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 196 (76.95% from 255 or 46.12% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D510C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D510C4 is #2AEF3B. Grayscale: #5E5E5E. Windows color (decimal): -2813756 or 12849365. OLE color: 12849365.

HSL color Cylindrical-coordinate representation of color #D510C4: hue angle of 305.18º 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 #D510C4 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 16 196 -
CMYK 0 0.92 0.08 0.16
HSL 305.18º 0.86% 0.45% -
HSV(B) 305.18º 0.92% 0.84% -
XYZ 37.59 18.5 53.81 -
YUV 95.42 184.77 211.86 -
System Red Green Blue C M Y K H S L
Decimal 213 16 196 0 0.92 0.08 0.16 305.18 0.86 0.45
Hex D5 10 C4 0 5C 8 10 131 56 2D
Octal 325 20 304 0 134 10 20 461 126 55
Binary 11010101 10000 11000100 0 1011100 1000 10000 100110001 1010110 101101

Color Harmonies of #D510C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D510C4

Black with #D510C4

Text Example


Text Example

White with #D510C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D510C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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