Html Css Color HEX #D616B4 Deep Magenta

📋 copy color: '#D616B4'

red 214 ◦ green 22 ◦ blue 180

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

Shades of Deep Magenta #D616B4

Tints of Deep Magenta #D616B4

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.29%

 BLUE value IS 180 (70.7% from 255) = 43.27%

R = 51.44%
G = 5.29%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D616B4 (or 0xD616B4) is known color: Deep Magenta. HEX triplet: D6, 16 and B4. RGB value is (214,22,180). Sum of RGB (Red+Green+Blue) = 214+22+180=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D616B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D616B4 is #29E94B. Grayscale: #606060. Windows color (decimal): -2746700 or 11802326. OLE color: 11802326.

HSL color Cylindrical-coordinate representation of color #D616B4: hue angle of 310.62º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D616B4 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 22 180 -
CMYK 0 0.90 0.16 0.16
HSL 310.63º 0.81% 0.46% -
HSV(B) 310.63º 0.9% 0.84% -
XYZ 36.26 18.17 44.78 -
YUV 97.42 174.61 211.15 -
System Red Green Blue C M Y K H S L
Decimal 214 22 180 0 0.90 0.16 0.16 310.63 0.81 0.46
Hex D6 16 B4 0 5A 10 10 137 51 2E
Octal 326 26 264 0 132 20 20 467 121 56
Binary 11010110 10110 10110100 0 1011010 10000 10000 100110111 1010001 101110

Color Harmonies of #D616B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D616B4

Black with #D616B4

Text Example


Text Example

White with #D616B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D616B4; }

 p { color: rgb(214,22,180); }

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

background-color css

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

 a { background-color: rgb(214,22,180); }

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

border-color css

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

 span { border-color: rgb(214,22,180); }

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