Html Css Color HEX #D315CD Deep Magenta

📋 copy color: '#D315CD'

red 211 ◦ green 21 ◦ blue 205

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

Shades of Deep Magenta #D315CD

Tints of Deep Magenta #D315CD

RGB

 RED value IS 211 (82.81% from 255) = 48.28%

 GREEN value IS 21 (8.59% from 255) = 4.81%

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

R = 48.28%
G = 4.81%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D315CD (or 0xD315CD) is known color: Deep Magenta. HEX triplet: D3, 15 and CD. RGB value is (211,21,205). Sum of RGB (Red+Green+Blue) = 211+21+205=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D315CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D315CD is #2CEA32. Grayscale: #626262. Windows color (decimal): -2943539 or 13440467. OLE color: 13440467.

HSL color Cylindrical-coordinate representation of color #D315CD: hue angle of 301.89º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D315CD is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 21 205 -
CMYK 0 0.90 0.03 0.17
HSL 301.89º 0.82% 0.45% -
HSV(B) 301.89º 0.9% 0.83% -
XYZ 38.15 18.79 59.37 -
YUV 98.79 187.95 208.04 -
System Red Green Blue C M Y K H S L
Decimal 211 21 205 0 0.90 0.03 0.17 301.89 0.82 0.45
Hex D3 15 CD 0 5A 3 11 12E 52 2D
Octal 323 25 315 0 132 3 21 456 122 55
Binary 11010011 10101 11001101 0 1011010 11 10001 100101110 1010010 101101

Color Harmonies of #D315CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D315CD

Black with #D315CD

Text Example


Text Example

White with #D315CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D315CD; }

 p { color: rgb(211,21,205); }

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

background-color css

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

 a { background-color: rgb(211,21,205); }

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

border-color css

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

 span { border-color: rgb(211,21,205); }

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