Html Css Color HEX #D415CD Deep Magenta

📋 copy color: '#D415CD'

red 212 ◦ green 21 ◦ blue 205

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

Shades of Deep Magenta #D415CD

Tints of Deep Magenta #D415CD

RGB

 RED value IS 212 (83.2% from 255) = 48.4%

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

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

R = 48.4%
G = 4.79%
B = 46.8%

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

#D415CD (or 0xD415CD) is known color: Deep Magenta. HEX triplet: D4, 15 and CD. RGB value is (212,21,205). Sum of RGB (Red+Green+Blue) = 212+21+205=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 21 (8.59% from 255 or 4.79% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D415CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D415CD is #2BEA32. Grayscale: #626262. Windows color (decimal): -2878003 or 13440468. OLE color: 13440468.

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

Color convert

RGB 212 21 205 -
CMYK 0 0.90 0.03 0.17
HSL 302.2º 0.82% 0.46% -
HSV(B) 302.2º 0.9% 0.83% -
XYZ 38.44 18.94 59.39 -
YUV 99.09 187.78 208.54 -
System Red Green Blue C M Y K H S L
Decimal 212 21 205 0 0.90 0.03 0.17 302.2 0.82 0.46
Hex D4 15 CD 0 5A 3 11 12E 52 2E
Octal 324 25 315 0 132 3 21 456 122 56
Binary 11010100 10101 11001101 0 1011010 11 10001 100101110 1010010 101110

Color Harmonies of #D415CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D415CD

Black with #D415CD

Text Example


Text Example

White with #D415CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D415CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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