Html Css Color HEX #D613BC Deep Magenta

📋 copy color: '#D613BC'

red 214 ◦ green 19 ◦ blue 188

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

Shades of Deep Magenta #D613BC

Tints of Deep Magenta #D613BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.66%

R = 50.83%
G = 4.51%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D613BC (or 0xD613BC) is known color: Deep Magenta. HEX triplet: D6, 13 and BC. RGB value is (214,19,188). Sum of RGB (Red+Green+Blue) = 214+19+188=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 19 (7.81% from 255 or 4.51% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D613BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D613BC is #29EC43. Grayscale: #606060. Windows color (decimal): -2747460 or 12325846. OLE color: 12325846.

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

Color convert

RGB 214 19 188 -
CMYK 0 0.91 0.12 0.16
HSL 308º 0.84% 0.46% -
HSV(B) 308º 0.91% 0.84% -
XYZ 37.04 18.39 49.17 -
YUV 96.57 179.6 211.76 -
System Red Green Blue C M Y K H S L
Decimal 214 19 188 0 0.91 0.12 0.16 308 0.84 0.46
Hex D6 13 BC 0 5B C 10 134 54 2E
Octal 326 23 274 0 133 14 20 464 124 56
Binary 11010110 10011 10111100 0 1011011 1100 10000 100110100 1010100 101110

Color Harmonies of #D613BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D613BC

Black with #D613BC

Text Example


Text Example

White with #D613BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D613BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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