Html Css Color HEX #D613B2 Deep Magenta

📋 copy color: '#D613B2'

red 214 ◦ green 19 ◦ blue 178

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

Shades of Deep Magenta #D613B2

Tints of Deep Magenta #D613B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.31%

R = 52.07%
G = 4.62%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D613B2 (or 0xD613B2) is known color: Deep Magenta. HEX triplet: D6, 13 and B2. RGB value is (214,19,178). Sum of RGB (Red+Green+Blue) = 214+19+178=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D613B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D613B2 is #29EC4D. Grayscale: #5E5E5E. Windows color (decimal): -2747470 or 11670486. OLE color: 11670486.

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

Color convert

RGB 214 19 178 -
CMYK 0 0.91 0.17 0.16
HSL 311.08º 0.84% 0.46% -
HSV(B) 311.08º 0.91% 0.84% -
XYZ 36 17.98 43.69 -
YUV 95.43 174.6 212.57 -
System Red Green Blue C M Y K H S L
Decimal 214 19 178 0 0.91 0.17 0.16 311.08 0.84 0.46
Hex D6 13 B2 0 5B 11 10 137 54 2E
Octal 326 23 262 0 133 21 20 467 124 56
Binary 11010110 10011 10110010 0 1011011 10001 10000 100110111 1010100 101110

Color Harmonies of #D613B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D613B2

Black with #D613B2

Text Example


Text Example

White with #D613B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D613B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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