Html Css Color HEX #D615B0 Deep Magenta

📋 copy color: '#D615B0'

red 214 ◦ green 21 ◦ blue 176

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

Shades of Deep Magenta #D615B0

Tints of Deep Magenta #D615B0

RGB

 RED value IS 214 (83.98% from 255) = 52.07%

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

 BLUE value IS 176 (69.14% from 255) = 42.82%

R = 52.07%
G = 5.11%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D615B0 (or 0xD615B0) is known color: Deep Magenta. HEX triplet: D6, 15 and B0. RGB value is (214,21,176). Sum of RGB (Red+Green+Blue) = 214+21+176=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D615B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D615B0 is #29EA4F. Grayscale: #5F5F5F. Windows color (decimal): -2746960 or 11539926. OLE color: 11539926.

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

Color convert

RGB 214 21 176 -
CMYK 0 0.90 0.18 0.16
HSL 311.81º 0.82% 0.46% -
HSV(B) 311.81º 0.9% 0.84% -
XYZ 35.84 17.97 42.65 -
YUV 96.38 172.94 211.9 -
System Red Green Blue C M Y K H S L
Decimal 214 21 176 0 0.90 0.18 0.16 311.81 0.82 0.46
Hex D6 15 B0 0 5A 12 10 138 52 2E
Octal 326 25 260 0 132 22 20 470 122 56
Binary 11010110 10101 10110000 0 1011010 10010 10000 100111000 1010010 101110

Color Harmonies of #D615B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615B0

Black with #D615B0

Text Example


Text Example

White with #D615B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615B0; }

 p { color: rgb(214,21,176); }

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

background-color css

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

 a { background-color: rgb(214,21,176); }

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

border-color css

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

 span { border-color: rgb(214,21,176); }

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