Html Css Color HEX #D015CE Deep Magenta

📋 copy color: '#D015CE'

red 208 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #D015CE

Tints of Deep Magenta #D015CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.36%

R = 47.82%
G = 4.83%
B = 47.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D015CE (or 0xD015CE) is known color: Deep Magenta. HEX triplet: D0, 15 and CE. RGB value is (208,21,206). Sum of RGB (Red+Green+Blue) = 208+21+206=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D015CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D015CE is #2FEA31. Grayscale: #616161. Windows color (decimal): -3140146 or 13506000. OLE color: 13506000.

HSL color Cylindrical-coordinate representation of color #D015CE: hue angle of 300.64º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D015CE is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 21 206 -
CMYK 0 0.90 0.01 0.18
HSL 300.64º 0.82% 0.45% -
HSV(B) 300.64º 0.9% 0.82% -
XYZ 37.42 18.4 59.97 -
YUV 98 188.95 206.46 -
System Red Green Blue C M Y K H S L
Decimal 208 21 206 0 0.90 0.01 0.18 300.64 0.82 0.45
Hex D0 15 CE 0 5A 1 12 12D 52 2D
Octal 320 25 316 0 132 1 22 455 122 55
Binary 11010000 10101 11001110 0 1011010 1 10010 100101101 1010010 101101

Color Harmonies of #D015CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D015CE

Black with #D015CE

Text Example


Text Example

White with #D015CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D015CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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