Html Css Color HEX #D015CF Deep Magenta

📋 copy color: '#D015CF'

red 208 ◦ green 21 ◦ blue 207

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

Shades of Deep Magenta #D015CF

Tints of Deep Magenta #D015CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 47.71%
G = 4.82%
B = 47.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D015CF (or 0xD015CF) is known color: Deep Magenta. HEX triplet: D0, 15 and CF. RGB value is (208,21,207). Sum of RGB (Red+Green+Blue) = 208+21+207=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D015CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D015CF is #2FEA30. Grayscale: #616161. Windows color (decimal): -3140145 or 13571536. OLE color: 13571536.

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

Color convert

RGB 208 21 207 -
CMYK 0 0.90 0.00 0.18
HSL 300.32º 0.82% 0.45% -
HSV(B) 300.32º 0.9% 0.82% -
XYZ 37.54 18.45 60.61 -
YUV 98.12 189.45 206.38 -
System Red Green Blue C M Y K H S L
Decimal 208 21 207 0 0.90 0.00 0.18 300.32 0.82 0.45
Hex D0 15 CF 0 5A 0 12 12C 52 2D
Octal 320 25 317 0 132 0 22 454 122 55
Binary 11010000 10101 11001111 0 1011010 0 10010 100101100 1010010 101101

Color Harmonies of #D015CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D015CF

Black with #D015CF

Text Example


Text Example

White with #D015CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D015CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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