Html Css Color HEX #D814BC Deep Magenta

📋 copy color: '#D814BC'

red 216 ◦ green 20 ◦ blue 188

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

Shades of Deep Magenta #D814BC

Tints of Deep Magenta #D814BC

RGB

 RED value IS 216 (84.77% from 255) = 50.94%

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

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

R = 50.94%
G = 4.72%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D814BC (or 0xD814BC) is known color: Deep Magenta. HEX triplet: D8, 14 and BC. RGB value is (216,20,188). Sum of RGB (Red+Green+Blue) = 216+20+188=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D814BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D814BC is #27EB43. Grayscale: #616161. Windows color (decimal): -2616132 or 12326104. OLE color: 12326104.

HSL color Cylindrical-coordinate representation of color #D814BC: hue angle of 308.57º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D814BC is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 20 188 -
CMYK 0 0.91 0.13 0.15
HSL 308.57º 0.83% 0.46% -
HSV(B) 308.57º 0.91% 0.85% -
XYZ 37.65 18.73 49.21 -
YUV 97.76 178.93 212.34 -
System Red Green Blue C M Y K H S L
Decimal 216 20 188 0 0.91 0.13 0.15 308.57 0.83 0.46
Hex D8 14 BC 0 5B D F 135 53 2E
Octal 330 24 274 0 133 15 17 465 123 56
Binary 11011000 10100 10111100 0 1011011 1101 1111 100110101 1010011 101110

Color Harmonies of #D814BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D814BC

Black with #D814BC

Text Example


Text Example

White with #D814BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D814BC; }

 p { color: rgb(216,20,188); }

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

background-color css

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

 a { background-color: rgb(216,20,188); }

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

border-color css

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

 span { border-color: rgb(216,20,188); }

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