Html Css Color HEX #D612B8 Deep Magenta

📋 copy color: '#D612B8'

red 214 ◦ green 18 ◦ blue 184

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

Shades of Deep Magenta #D612B8

Tints of Deep Magenta #D612B8

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.33%

 BLUE value IS 184 (72.27% from 255) = 44.23%

R = 51.44%
G = 4.33%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D612B8 (or 0xD612B8) is known color: Deep Magenta. HEX triplet: D6, 12 and B8. RGB value is (214,18,184). Sum of RGB (Red+Green+Blue) = 214+18+184=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 184 (72.27% from 255 or 44.23% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D612B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D612B8 is #29ED47. Grayscale: #5F5F5F. Windows color (decimal): -2747720 or 12063446. OLE color: 12063446.

HSL color Cylindrical-coordinate representation of color #D612B8: hue angle of 309.18º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D612B8 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 18 184 -
CMYK 0 0.92 0.14 0.16
HSL 309.18º 0.84% 0.45% -
HSV(B) 309.18º 0.92% 0.84% -
XYZ 36.6 18.19 46.93 -
YUV 95.53 177.93 212.5 -
System Red Green Blue C M Y K H S L
Decimal 214 18 184 0 0.92 0.14 0.16 309.18 0.84 0.45
Hex D6 12 B8 0 5C E 10 135 54 2D
Octal 326 22 270 0 134 16 20 465 124 55
Binary 11010110 10010 10111000 0 1011100 1110 10000 100110101 1010100 101101

Color Harmonies of #D612B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D612B8

Black with #D612B8

Text Example


Text Example

White with #D612B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D612B8; }

 p { color: rgb(214,18,184); }

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

background-color css

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

 a { background-color: rgb(214,18,184); }

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

border-color css

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

 span { border-color: rgb(214,18,184); }

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