Html Css Color HEX #D615CD Deep Magenta

📋 copy color: '#D615CD'

red 214 ◦ green 21 ◦ blue 205

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

Shades of Deep Magenta #D615CD

Tints of Deep Magenta #D615CD

RGB

 RED value IS 214 (83.98% from 255) = 48.64%

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

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

R = 48.64%
G = 4.77%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D615CD (or 0xD615CD) is known color: Deep Magenta. HEX triplet: D6, 15 and CD. RGB value is (214,21,205). Sum of RGB (Red+Green+Blue) = 214+21+205=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D615CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D615CD is #29EA32. Grayscale: #636363. Windows color (decimal): -2746931 or 13440470. OLE color: 13440470.

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

Color convert

RGB 214 21 205 -
CMYK 0 0.90 0.04 0.16
HSL 302.8º 0.82% 0.46% -
HSV(B) 302.8º 0.9% 0.84% -
XYZ 39.02 19.24 59.41 -
YUV 99.68 187.44 209.54 -
System Red Green Blue C M Y K H S L
Decimal 214 21 205 0 0.90 0.04 0.16 302.8 0.82 0.46
Hex D6 15 CD 0 5A 4 10 12F 52 2E
Octal 326 25 315 0 132 4 20 457 122 56
Binary 11010110 10101 11001101 0 1011010 100 10000 100101111 1010010 101110

Color Harmonies of #D615CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615CD

Black with #D615CD

Text Example


Text Example

White with #D615CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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