Html Css Color HEX #D615DA Deep Magenta

📋 copy color: '#D615DA'

red 214 ◦ green 21 ◦ blue 218

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

Shades of Deep Magenta #D615DA

Tints of Deep Magenta #D615DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.12%

R = 47.24%
G = 4.64%
B = 48.12%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D615DA (or 0xD615DA) is known color: Deep Magenta. HEX triplet: D6, 15 and DA. RGB value is (214,21,218). Sum of RGB (Red+Green+Blue) = 214+21+218=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 21 (8.59% from 255 or 4.64% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #D615DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D615DA is #29EA25. Grayscale: #646464. Windows color (decimal): -2746918 or 14292438. OLE color: 14292438.

HSL color Cylindrical-coordinate representation of color #D615DA: hue angle of 298.78º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D615DA is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 21 218 -
CMYK 0.02 0.90 0 0.15
HSL 298.78º 0.82% 0.47% -
HSV(B) 298.78º 0.9% 0.85% -
XYZ 40.65 19.89 68.03 -
YUV 101.17 193.94 208.48 -
System Red Green Blue C M Y K H S L
Decimal 214 21 218 0.02 0.90 0 0.15 298.78 0.82 0.47
Hex D6 15 DA 2 5A 0 F 12B 52 2F
Octal 326 25 332 2 132 0 17 453 122 57
Binary 11010110 10101 11011010 10 1011010 0 1111 100101011 1010010 101111

Color Harmonies of #D615DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615DA

Black with #D615DA

Text Example


Text Example

White with #D615DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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