Html Css Color HEX #D415CC Deep Magenta

📋 copy color: '#D415CC'

red 212 ◦ green 21 ◦ blue 204

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

Shades of Deep Magenta #D415CC

Tints of Deep Magenta #D415CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 48.51%
G = 4.81%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D415CC (or 0xD415CC) is known color: Deep Magenta. HEX triplet: D4, 15 and CC. RGB value is (212,21,204). Sum of RGB (Red+Green+Blue) = 212+21+204=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D415CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D415CC is #2BEA33. Grayscale: #626262. Windows color (decimal): -2878004 or 13374932. OLE color: 13374932.

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

Color convert

RGB 212 21 204 -
CMYK 0 0.90 0.04 0.17
HSL 302.51º 0.82% 0.46% -
HSV(B) 302.51º 0.9% 0.83% -
XYZ 38.32 18.89 58.75 -
YUV 98.97 187.28 208.62 -
System Red Green Blue C M Y K H S L
Decimal 212 21 204 0 0.90 0.04 0.17 302.51 0.82 0.46
Hex D4 15 CC 0 5A 4 11 12F 52 2E
Octal 324 25 314 0 132 4 21 457 122 56
Binary 11010100 10101 11001100 0 1011010 100 10001 100101111 1010010 101110

Color Harmonies of #D415CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D415CC

Black with #D415CC

Text Example


Text Example

White with #D415CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D415CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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