Html Css Color HEX #D613B9 Deep Magenta

📋 copy color: '#D613B9'

red 214 ◦ green 19 ◦ blue 185

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

Shades of Deep Magenta #D613B9

Tints of Deep Magenta #D613B9

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.55%

 BLUE value IS 185 (72.66% from 255) = 44.26%

R = 51.2%
G = 4.55%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D613B9 (or 0xD613B9) is known color: Deep Magenta. HEX triplet: D6, 13 and B9. RGB value is (214,19,185). Sum of RGB (Red+Green+Blue) = 214+19+185=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 19 (7.81% from 255 or 4.55% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D613B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D613B9 is #29EC46. Grayscale: #5F5F5F. Windows color (decimal): -2747463 or 12129238. OLE color: 12129238.

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

Color convert

RGB 214 19 185 -
CMYK 0 0.91 0.14 0.16
HSL 308.92º 0.84% 0.46% -
HSV(B) 308.92º 0.91% 0.84% -
XYZ 36.72 18.26 47.49 -
YUV 96.23 178.1 212 -
System Red Green Blue C M Y K H S L
Decimal 214 19 185 0 0.91 0.14 0.16 308.92 0.84 0.46
Hex D6 13 B9 0 5B E 10 135 54 2E
Octal 326 23 271 0 133 16 20 465 124 56
Binary 11010110 10011 10111001 0 1011011 1110 10000 100110101 1010100 101110

Color Harmonies of #D613B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D613B9

Black with #D613B9

Text Example


Text Example

White with #D613B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D613B9; }

 p { color: rgb(214,19,185); }

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

background-color css

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

 a { background-color: rgb(214,19,185); }

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

border-color css

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

 span { border-color: rgb(214,19,185); }

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