Html Css Color HEX #D414BB Deep Magenta

📋 copy color: '#D414BB'

red 212 ◦ green 20 ◦ blue 187

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

Shades of Deep Magenta #D414BB

Tints of Deep Magenta #D414BB

RGB

 RED value IS 212 (83.2% from 255) = 50.6%

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

 BLUE value IS 187 (73.44% from 255) = 44.63%

R = 50.6%
G = 4.77%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D414BB (or 0xD414BB) is known color: Deep Magenta. HEX triplet: D4, 14 and BB. RGB value is (212,20,187). Sum of RGB (Red+Green+Blue) = 212+20+187=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D414BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D414BB is #2BEB44. Grayscale: #5F5F5F. Windows color (decimal): -2878277 or 12260564. OLE color: 12260564.

HSL color Cylindrical-coordinate representation of color #D414BB: hue angle of 307.81º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D414BB is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 20 187 -
CMYK 0 0.91 0.12 0.17
HSL 307.81º 0.83% 0.45% -
HSV(B) 307.81º 0.91% 0.83% -
XYZ 36.37 18.09 48.59 -
YUV 96.45 179.11 210.42 -
System Red Green Blue C M Y K H S L
Decimal 212 20 187 0 0.91 0.12 0.17 307.81 0.83 0.45
Hex D4 14 BB 0 5B C 11 134 53 2D
Octal 324 24 273 0 133 14 21 464 123 55
Binary 11010100 10100 10111011 0 1011011 1100 10001 100110100 1010011 101101

Color Harmonies of #D414BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D414BB

Black with #D414BB

Text Example


Text Example

White with #D414BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D414BB; }

 p { color: rgb(212,20,187); }

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

background-color css

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

 a { background-color: rgb(212,20,187); }

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

border-color css

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

 span { border-color: rgb(212,20,187); }

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