Html Css Color HEX #D614B2 Deep Magenta

📋 copy color: '#D614B2'

red 214 ◦ green 20 ◦ blue 178

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

Shades of Deep Magenta #D614B2

Tints of Deep Magenta #D614B2

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.85%

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

R = 51.94%
G = 4.85%
B = 43.2%

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

#D614B2 (or 0xD614B2) is known color: Deep Magenta. HEX triplet: D6, 14 and B2. RGB value is (214,20,178). Sum of RGB (Red+Green+Blue) = 214+20+178=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 178 (69.92% from 255 or 43.20% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D614B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D614B2 is #29EB4D. Grayscale: #5F5F5F. Windows color (decimal): -2747214 or 11670742. OLE color: 11670742.

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

Color convert

RGB 214 20 178 -
CMYK 0 0.91 0.17 0.16
HSL 311.13º 0.83% 0.46% -
HSV(B) 311.13º 0.91% 0.84% -
XYZ 36.02 18.01 43.7 -
YUV 96.02 174.27 212.15 -
System Red Green Blue C M Y K H S L
Decimal 214 20 178 0 0.91 0.17 0.16 311.13 0.83 0.46
Hex D6 14 B2 0 5B 11 10 137 53 2E
Octal 326 24 262 0 133 21 20 467 123 56
Binary 11010110 10100 10110010 0 1011011 10001 10000 100110111 1010011 101110

Color Harmonies of #D614B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D614B2

Black with #D614B2

Text Example


Text Example

White with #D614B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D614B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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