Html Css Color HEX #D715DD Deep Magenta

📋 copy color: '#D715DD'

red 215 ◦ green 21 ◦ blue 221

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

Shades of Deep Magenta #D715DD

Tints of Deep Magenta #D715DD

RGB

 RED value IS 215 (84.38% from 255) = 47.05%

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

 BLUE value IS 221 (86.72% from 255) = 48.36%

R = 47.05%
G = 4.6%
B = 48.36%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D715DD (or 0xD715DD) is known color: Deep Magenta. HEX triplet: D7, 15 and DD. RGB value is (215,21,221). Sum of RGB (Red+Green+Blue) = 215+21+221=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 21 (8.59% from 255 or 4.60% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #D715DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715DD is #28EA22. Grayscale: #656565. Windows color (decimal): -2681379 or 14489047. OLE color: 14489047.

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

Color convert

RGB 215 21 221 -
CMYK 0.03 0.90 0 0.13
HSL 298.2º 0.83% 0.47% -
HSV(B) 298.2º 0.9% 0.87% -
XYZ 41.34 20.2 70.13 -
YUV 101.81 195.27 208.74 -
System Red Green Blue C M Y K H S L
Decimal 215 21 221 0.03 0.90 0 0.13 298.2 0.83 0.47
Hex D7 15 DD 3 5A 0 D 12A 53 2F
Octal 327 25 335 3 132 0 15 452 123 57
Binary 11010111 10101 11011101 11 1011010 0 1101 100101010 1010011 101111

Color Harmonies of #D715DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D715DD

Black with #D715DD

Text Example


Text Example

White with #D715DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D715DD; }

 p { color: rgb(215,21,221); }

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

background-color css

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

 a { background-color: rgb(215,21,221); }

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

border-color css

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

 span { border-color: rgb(215,21,221); }

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