Html Css Color HEX #D615B4 Deep Magenta

📋 copy color: '#D615B4'

red 214 ◦ green 21 ◦ blue 180

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

Shades of Deep Magenta #D615B4

Tints of Deep Magenta #D615B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.37%

R = 51.57%
G = 5.06%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D615B4 (or 0xD615B4) is known color: Deep Magenta. HEX triplet: D6, 15 and B4. RGB value is (214,21,180). Sum of RGB (Red+Green+Blue) = 214+21+180=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D615B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D615B4 is #29EA4B. Grayscale: #606060. Windows color (decimal): -2746956 or 11802070. OLE color: 11802070.

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

Color convert

RGB 214 21 180 -
CMYK 0 0.90 0.16 0.16
HSL 310.57º 0.82% 0.46% -
HSV(B) 310.57º 0.9% 0.84% -
XYZ 36.24 18.13 44.77 -
YUV 96.83 174.94 211.57 -
System Red Green Blue C M Y K H S L
Decimal 214 21 180 0 0.90 0.16 0.16 310.57 0.82 0.46
Hex D6 15 B4 0 5A 10 10 137 52 2E
Octal 326 25 264 0 132 20 20 467 122 56
Binary 11010110 10101 10110100 0 1011010 10000 10000 100110111 1010010 101110

Color Harmonies of #D615B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615B4

Black with #D615B4

Text Example


Text Example

White with #D615B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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