Html Css Color HEX #D615B3 Deep Magenta

📋 copy color: '#D615B3'

red 214 ◦ green 21 ◦ blue 179

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

Shades of Deep Magenta #D615B3

Tints of Deep Magenta #D615B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.24%

R = 51.69%
G = 5.07%
B = 43.24%

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

#D615B3 (or 0xD615B3) is known color: Deep Magenta. HEX triplet: D6, 15 and B3. RGB value is (214,21,179). Sum of RGB (Red+Green+Blue) = 214+21+179=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D615B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D615B3 is #29EA4C. Grayscale: #606060. Windows color (decimal): -2746957 or 11736534. OLE color: 11736534.

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

Color convert

RGB 214 21 179 -
CMYK 0 0.90 0.16 0.16
HSL 310.88º 0.82% 0.46% -
HSV(B) 310.88º 0.9% 0.84% -
XYZ 36.14 18.09 44.23 -
YUV 96.72 174.44 211.65 -
System Red Green Blue C M Y K H S L
Decimal 214 21 179 0 0.90 0.16 0.16 310.88 0.82 0.46
Hex D6 15 B3 0 5A 10 10 137 52 2E
Octal 326 25 263 0 132 20 20 467 122 56
Binary 11010110 10101 10110011 0 1011010 10000 10000 100110111 1010010 101110

Color Harmonies of #D615B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615B3

Black with #D615B3

Text Example


Text Example

White with #D615B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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