Html Css Color HEX #D415CE Deep Magenta

📋 copy color: '#D415CE'

red 212 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #D415CE

Tints of Deep Magenta #D415CE

RGB

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

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

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

R = 48.29%
G = 4.78%
B = 46.92%

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

#D415CE (or 0xD415CE) is known color: Deep Magenta. HEX triplet: D4, 15 and CE. RGB value is (212,21,206). Sum of RGB (Red+Green+Blue) = 212+21+206=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 21 (8.59% from 255 or 4.78% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D415CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D415CE is #2BEA31. Grayscale: #626262. Windows color (decimal): -2878002 or 13506004. OLE color: 13506004.

HSL color Cylindrical-coordinate representation of color #D415CE: hue angle of 301.88º 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 #D415CE is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 21 206 -
CMYK 0 0.90 0.03 0.17
HSL 301.88º 0.82% 0.46% -
HSV(B) 301.88º 0.9% 0.83% -
XYZ 38.56 18.99 60.03 -
YUV 99.2 188.28 208.46 -
System Red Green Blue C M Y K H S L
Decimal 212 21 206 0 0.90 0.03 0.17 301.88 0.82 0.46
Hex D4 15 CE 0 5A 3 11 12E 52 2E
Octal 324 25 316 0 132 3 21 456 122 56
Binary 11010100 10101 11001110 0 1011010 11 10001 100101110 1010010 101110

Color Harmonies of #D415CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D415CE

Black with #D415CE

Text Example


Text Example

White with #D415CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D415CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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