Html Css Color HEX #D613AF Deep Magenta

📋 copy color: '#D613AF'

red 214 ◦ green 19 ◦ blue 175

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

Shades of Deep Magenta #D613AF

Tints of Deep Magenta #D613AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.89%

R = 52.45%
G = 4.66%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D613AF (or 0xD613AF) is known color: Deep Magenta. HEX triplet: D6, 13 and AF. RGB value is (214,19,175). Sum of RGB (Red+Green+Blue) = 214+19+175=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 19 (7.81% from 255 or 4.66% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D613AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D613AF is #29EC50. Grayscale: #5E5E5E. Windows color (decimal): -2747473 or 11473878. OLE color: 11473878.

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

Color convert

RGB 214 19 175 -
CMYK 0 0.91 0.18 0.16
HSL 312º 0.84% 0.46% -
HSV(B) 312º 0.91% 0.84% -
XYZ 35.7 17.86 42.12 -
YUV 95.09 173.1 212.82 -
System Red Green Blue C M Y K H S L
Decimal 214 19 175 0 0.91 0.18 0.16 312 0.84 0.46
Hex D6 13 AF 0 5B 12 10 138 54 2E
Octal 326 23 257 0 133 22 20 470 124 56
Binary 11010110 10011 10101111 0 1011011 10010 10000 100111000 1010100 101110

Color Harmonies of #D613AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D613AF

Black with #D613AF

Text Example


Text Example

White with #D613AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D613AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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