Html Css Color HEX #D70CB2 Deep Magenta

📋 copy color: '#D70CB2'

red 215 ◦ green 12 ◦ blue 178

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

Shades of Deep Magenta #D70CB2

Tints of Deep Magenta #D70CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.95%

R = 53.09%
G = 2.96%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D70CB2 (or 0xD70CB2) is known color: Deep Magenta. HEX triplet: D7, 0C and B2. RGB value is (215,12,178). Sum of RGB (Red+Green+Blue) = 215+12+178=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D70CB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70CB2 is #28F34D. Grayscale: #5B5B5B. Windows color (decimal): -2683726 or 11668695. OLE color: 11668695.

HSL color Cylindrical-coordinate representation of color #D70CB2: hue angle of 310.94º 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 #D70CB2 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 12 178 -
CMYK 0 0.94 0.17 0.16
HSL 310.94º 0.89% 0.45% -
HSV(B) 310.94º 0.94% 0.84% -
XYZ 36.19 17.92 43.67 -
YUV 91.62 176.75 216 -
System Red Green Blue C M Y K H S L
Decimal 215 12 178 0 0.94 0.17 0.16 310.94 0.89 0.45
Hex D7 C B2 0 5E 11 10 137 59 2D
Octal 327 14 262 0 136 21 20 467 131 55
Binary 11010111 1100 10110010 0 1011110 10001 10000 100110111 1011001 101101

Color Harmonies of #D70CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70CB2

Black with #D70CB2

Text Example


Text Example

White with #D70CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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