Html Css Color HEX #D615B5 Deep Magenta

📋 copy color: '#D615B5'

red 214 ◦ green 21 ◦ blue 181

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

Shades of Deep Magenta #D615B5

Tints of Deep Magenta #D615B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.51%

R = 51.44%
G = 5.05%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D615B5 (or 0xD615B5) is known color: Deep Magenta. HEX triplet: D6, 15 and B5. RGB value is (214,21,181). Sum of RGB (Red+Green+Blue) = 214+21+181=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D615B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D615B5 is #29EA4A. Grayscale: #606060. Windows color (decimal): -2746955 or 11867606. OLE color: 11867606.

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

Color convert

RGB 214 21 181 -
CMYK 0 0.90 0.15 0.16
HSL 310.26º 0.82% 0.46% -
HSV(B) 310.26º 0.9% 0.84% -
XYZ 36.34 18.17 45.31 -
YUV 96.95 175.44 211.49 -
System Red Green Blue C M Y K H S L
Decimal 214 21 181 0 0.90 0.15 0.16 310.26 0.82 0.46
Hex D6 15 B5 0 5A F 10 136 52 2E
Octal 326 25 265 0 132 17 20 466 122 56
Binary 11010110 10101 10110101 0 1011010 1111 10000 100110110 1010010 101110

Color Harmonies of #D615B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615B5

Black with #D615B5

Text Example


Text Example

White with #D615B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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