Html Css Color HEX #D015CA Deep Magenta

📋 copy color: '#D015CA'

red 208 ◦ green 21 ◦ blue 202

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

Shades of Deep Magenta #D015CA

Tints of Deep Magenta #D015CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.87%

R = 48.26%
G = 4.87%
B = 46.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D015CA (or 0xD015CA) is known color: Deep Magenta. HEX triplet: D0, 15 and CA. RGB value is (208,21,202). Sum of RGB (Red+Green+Blue) = 208+21+202=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D015CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D015CA is #2FEA35. Grayscale: #616161. Windows color (decimal): -3140150 or 13243856. OLE color: 13243856.

HSL color Cylindrical-coordinate representation of color #D015CA: hue angle of 301.93º 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 #D015CA is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 21 202 -
CMYK 0 0.90 0.03 0.18
HSL 301.93º 0.82% 0.45% -
HSV(B) 301.93º 0.9% 0.82% -
XYZ 36.94 18.21 57.45 -
YUV 97.55 186.95 206.78 -
System Red Green Blue C M Y K H S L
Decimal 208 21 202 0 0.90 0.03 0.18 301.93 0.82 0.45
Hex D0 15 CA 0 5A 3 12 12E 52 2D
Octal 320 25 312 0 132 3 22 456 122 55
Binary 11010000 10101 11001010 0 1011010 11 10010 100101110 1010010 101101

Color Harmonies of #D015CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D015CA

Black with #D015CA

Text Example


Text Example

White with #D015CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D015CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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