Html Css Color HEX #D70CBA Deep Magenta

📋 copy color: '#D70CBA'

red 215 ◦ green 12 ◦ blue 186

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

Shades of Deep Magenta #D70CBA

Tints of Deep Magenta #D70CBA

RGB

 RED value IS 215 (84.38% from 255) = 52.06%

 GREEN value IS 12 (5.08% from 255) = 2.91%

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 52.06%
G = 2.91%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D70CBA (or 0xD70CBA) is known color: Deep Magenta. HEX triplet: D7, 0C and BA. RGB value is (215,12,186). Sum of RGB (Red+Green+Blue) = 215+12+186=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D70CBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70CBA is #28F345. Grayscale: #5C5C5C. Windows color (decimal): -2683718 or 12192983. OLE color: 12192983.

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

Color convert

RGB 215 12 186 -
CMYK 0 0.94 0.13 0.16
HSL 308.57º 0.89% 0.45% -
HSV(B) 308.57º 0.94% 0.84% -
XYZ 37.02 18.26 48.03 -
YUV 92.53 180.75 215.35 -
System Red Green Blue C M Y K H S L
Decimal 215 12 186 0 0.94 0.13 0.16 308.57 0.89 0.45
Hex D7 C BA 0 5E D 10 135 59 2D
Octal 327 14 272 0 136 15 20 465 131 55
Binary 11010111 1100 10111010 0 1011110 1101 10000 100110101 1011001 101101

Color Harmonies of #D70CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70CBA

Black with #D70CBA

Text Example


Text Example

White with #D70CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70CBA; }

 p { color: rgb(215,12,186); }

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

background-color css

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

 a { background-color: rgb(215,12,186); }

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

border-color css

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

 span { border-color: rgb(215,12,186); }

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