Html Css Color HEX #D015E6 Deep Magenta

📋 copy color: '#D015E6'

red 208 ◦ green 21 ◦ blue 230

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

Shades of Deep Magenta #D015E6

Tints of Deep Magenta #D015E6

RGB

 RED value IS 208 (81.64% from 255) = 45.32%

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

 BLUE value IS 230 (90.23% from 255) = 50.11%

R = 45.32%
G = 4.58%
B = 50.11%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D015E6 (or 0xD015E6) is known color: Deep Magenta. HEX triplet: D0, 15 and E6. RGB value is (208,21,230). Sum of RGB (Red+Green+Blue) = 208+21+230=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 21 (8.59% from 255 or 4.58% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #D015E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D015E6 is #2FEA19. Grayscale: #646464. Windows color (decimal): -3140122 or 15078864. OLE color: 15078864.

HSL color Cylindrical-coordinate representation of color #D015E6: hue angle of 293.68º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D015E6 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 21 230 -
CMYK 0.10 0.91 0 0.10
HSL 293.68º 0.83% 0.49% -
HSV(B) 293.68º 0.91% 0.9% -
XYZ 40.56 19.66 76.52 -
YUV 100.74 200.95 204.51 -
System Red Green Blue C M Y K H S L
Decimal 208 21 230 0.10 0.91 0 0.10 293.68 0.83 0.49
Hex D0 15 E6 A 5B 0 A 126 53 31
Octal 320 25 346 12 133 0 12 446 123 61
Binary 11010000 10101 11100110 1010 1011011 0 1010 100100110 1010011 110001

Color Harmonies of #D015E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D015E6

Black with #D015E6

Text Example


Text Example

White with #D015E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D015E6; }

 p { color: rgb(208,21,230); }

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

background-color css

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

 a { background-color: rgb(208,21,230); }

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

border-color css

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

 span { border-color: rgb(208,21,230); }

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