Html Css Color HEX #D70CBE Deep Magenta

📋 copy color: '#D70CBE'

red 215 ◦ green 12 ◦ blue 190

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

Shades of Deep Magenta #D70CBE

Tints of Deep Magenta #D70CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 51.56%
G = 2.88%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D70CBE (or 0xD70CBE) is known color: Deep Magenta. HEX triplet: D7, 0C and BE. RGB value is (215,12,190). Sum of RGB (Red+Green+Blue) = 215+12+190=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D70CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70CBE is #28F341. Grayscale: #5C5C5C. Windows color (decimal): -2683714 or 12455127. OLE color: 12455127.

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

Color convert

RGB 215 12 190 -
CMYK 0 0.94 0.12 0.16
HSL 307.39º 0.89% 0.45% -
HSV(B) 307.39º 0.94% 0.84% -
XYZ 37.45 18.43 50.3 -
YUV 92.99 182.75 215.03 -
System Red Green Blue C M Y K H S L
Decimal 215 12 190 0 0.94 0.12 0.16 307.39 0.89 0.45
Hex D7 C BE 0 5E C 10 133 59 2D
Octal 327 14 276 0 136 14 20 463 131 55
Binary 11010111 1100 10111110 0 1011110 1100 10000 100110011 1011001 101101

Color Harmonies of #D70CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70CBE

Black with #D70CBE

Text Example


Text Example

White with #D70CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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