Html Css Color HEX #D70CCF Deep Magenta

📋 copy color: '#D70CCF'

red 215 ◦ green 12 ◦ blue 207

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

Shades of Deep Magenta #D70CCF

Tints of Deep Magenta #D70CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 49.54%
G = 2.76%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D70CCF (or 0xD70CCF) is known color: Deep Magenta. HEX triplet: D7, 0C and CF. RGB value is (215,12,207). Sum of RGB (Red+Green+Blue) = 215+12+207=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D70CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70CCF is #28F330. Grayscale: #5E5E5E. Windows color (decimal): -2683697 or 13569239. OLE color: 13569239.

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

Color convert

RGB 215 12 207 -
CMYK 0 0.94 0.04 0.16
HSL 302.36º 0.89% 0.45% -
HSV(B) 302.36º 0.94% 0.84% -
XYZ 39.42 19.22 60.66 -
YUV 94.93 191.25 213.64 -
System Red Green Blue C M Y K H S L
Decimal 215 12 207 0 0.94 0.04 0.16 302.36 0.89 0.45
Hex D7 C CF 0 5E 4 10 12E 59 2D
Octal 327 14 317 0 136 4 20 456 131 55
Binary 11010111 1100 11001111 0 1011110 100 10000 100101110 1011001 101101

Color Harmonies of #D70CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70CCF

Black with #D70CCF

Text Example


Text Example

White with #D70CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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